Class TeamsEventNotificationConfigEntity
java.lang.Object
org.graylog.integrations.notifications.types.microsoftteams.TeamsEventNotificationConfigEntity
- All Implemented Interfaces:
EventNotificationConfigEntity,NativeEntityConverter<EventNotificationConfig>
@Deprecated
public abstract class TeamsEventNotificationConfigEntity
extends Object
implements EventNotificationConfigEntity
Deprecated.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classDeprecated. -
Field Summary
FieldsFields inherited from interface org.graylog.events.contentpack.entities.EventNotificationConfigEntity
TYPE_FIELD -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuilder()Deprecated.abstract ValueReferencecolor()Deprecated.abstract ValueReferenceDeprecated.abstract ValueReferenceiconUrl()Deprecated.abstract ValueReferencetimeZone()Deprecated.Deprecated.toNativeEntity(Map<String, ValueReference> parameters, Map<EntityDescriptor, Object> nativeEntities) Deprecated.abstract ValueReferenceDeprecated.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.graylog.events.contentpack.entities.EventNotificationConfigEntity
typeMethods inherited from interface org.graylog2.contentpacks.NativeEntityConverter
resolveForInstallation
-
Field Details
-
TYPE_NAME
Deprecated.- See Also:
-
-
Constructor Details
-
TeamsEventNotificationConfigEntity
public TeamsEventNotificationConfigEntity()Deprecated.
-
-
Method Details
-
color
Deprecated. -
webhookUrl
Deprecated. -
customMessage
Deprecated. -
iconUrl
Deprecated. -
timeZone
Deprecated. -
builder
Deprecated. -
toBuilder
Deprecated. -
toNativeEntity
public EventNotificationConfig toNativeEntity(Map<String, ValueReference> parameters, Map<EntityDescriptor, Object> nativeEntities) Deprecated.- Specified by:
toNativeEntityin interfaceNativeEntityConverter<EventNotificationConfig>
-