Class TeamsEventNotificationConfig
java.lang.Object
org.graylog.integrations.notifications.types.microsoftteams.TeamsEventNotificationConfig
- All Implemented Interfaces:
EventNotificationConfig,ContentPackable<EventNotificationConfigEntity>
@Deprecated
public abstract class TeamsEventNotificationConfig
extends Object
implements EventNotificationConfig
Deprecated.
-
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 longDeprecated.builder()Deprecated.abstract @NotBlank Stringcolor()Deprecated.abstract StringDeprecated.abstract StringiconUrl()Deprecated.abstract org.joda.time.DateTimeZonetimeZone()Deprecated.toContentPackEntity(EntityDescriptorIds entityDescriptorIds) Deprecated.toJobTriggerData(EventDto dto) Deprecated.validate()Deprecated.abstract @NotBlank StringDeprecated.Methods 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
Deprecated.- See Also:
-
-
Constructor Details
-
TeamsEventNotificationConfig
public TeamsEventNotificationConfig()Deprecated.
-
-
Method Details
-
backlogSize
public abstract long backlogSize()Deprecated. -
color
Deprecated. -
webhookUrl
Deprecated. -
customMessage
Deprecated. -
iconUrl
Deprecated. -
timeZone
public abstract org.joda.time.DateTimeZone timeZone()Deprecated. -
toJobTriggerData
Deprecated.- Specified by:
toJobTriggerDatain interfaceEventNotificationConfig
-
builder
Deprecated. -
validate
Deprecated.- Specified by:
validatein interfaceEventNotificationConfig
-
toContentPackEntity
Deprecated.- Specified by:
toContentPackEntityin interfaceContentPackable<EventNotificationConfigEntity>
-