Class TeamsEventNotificationConfigV2
java.lang.Object
org.graylog.integrations.notifications.types.microsoftteams.TeamsEventNotificationConfigV2
- All Implemented Interfaces:
EventNotificationConfig,ContentPackable<EventNotificationConfigEntity>
public abstract class TeamsEventNotificationConfigV2
extends Object
implements EventNotificationConfig
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from interface org.graylog.events.notifications.EventNotificationConfig
EventNotificationConfig.FallbackNotificationConfig -
Field Summary
FieldsFields inherited from interface org.graylog.events.notifications.EventNotificationConfig
FIELD_NOTIFICATION_ID, TYPE_FIELD -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract Stringabstract longbuilder()abstract org.joda.time.DateTimeZonetimeZone()toContentPackEntity(EntityDescriptorIds entityDescriptorIds) toJobTriggerData(EventDto dto) validate()abstract @NotBlank StringMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.graylog2.contentpacks.ContentPackable
getContentPackPluginPackage, resolveNativeEntityMethods inherited from interface org.graylog.events.notifications.EventNotificationConfig
prepareConfigUpdate, type
-
Field Details
-
TYPE_NAME
- See Also:
-
DEFAULT_BACKLOG_SIZE
public static final long DEFAULT_BACKLOG_SIZE- See Also:
-
DEFAULT_ADAPTIVE_CARD
- See Also:
-
-
Constructor Details
-
TeamsEventNotificationConfigV2
public TeamsEventNotificationConfigV2()
-
-
Method Details
-
backlogSize
public abstract long backlogSize() -
webhookUrl
-
adaptiveCard
-
timeZone
public abstract org.joda.time.DateTimeZone timeZone() -
toJobTriggerData
- Specified by:
toJobTriggerDatain interfaceEventNotificationConfig
-
toContentPackEntity
- Specified by:
toContentPackEntityin interfaceContentPackable<EventNotificationConfigEntity>
-
builder
-
validate
- Specified by:
validatein interfaceEventNotificationConfig
-