Class SlackEventNotificationConfigEntity
java.lang.Object
org.graylog.integrations.notifications.types.SlackEventNotificationConfigEntity
- All Implemented Interfaces:
EventNotificationConfigEntity,NativeEntityConverter<EventNotificationConfig>
public abstract class SlackEventNotificationConfigEntity
extends Object
implements EventNotificationConfigEntity
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsFields inherited from interface org.graylog.events.contentpack.entities.EventNotificationConfigEntity
TYPE_FIELD -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuilder()abstract ValueReferencechannel()abstract ValueReferencecolor()abstract ValueReferenceabstract ValueReferenceabstract ValueReferenceiconUrl()abstract ValueReferenceabstract ValueReferenceabstract ValueReferenceabstract ValueReferenceabstract ValueReferencetimeZone()toNativeEntity(Map<String, ValueReference> parameters, Map<EntityDescriptor, Object> nativeEntities) abstract ValueReferenceuserName()abstract ValueReferenceMethods 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
- See Also:
-
-
Constructor Details
-
SlackEventNotificationConfigEntity
public SlackEventNotificationConfigEntity()
-
-
Method Details
-
color
-
webhookUrl
-
channel
-
customMessage
-
userName
-
notifyChannel
-
linkNames
-
iconUrl
-
iconEmoji
-
timeZone
-
includeTitle
-
notifyHere
-
builder
-
toBuilder
-
toNativeEntity
public EventNotificationConfig toNativeEntity(Map<String, ValueReference> parameters, Map<EntityDescriptor, Object> nativeEntities) - Specified by:
toNativeEntityin interfaceNativeEntityConverter<EventNotificationConfig>
-