Class TeamsEventNotificationConfigEntity.Builder
java.lang.Object
org.graylog.integrations.notifications.types.microsoftteams.TeamsEventNotificationConfigEntity.Builder
- All Implemented Interfaces:
EventNotificationConfigEntity.Builder<TeamsEventNotificationConfigEntity.Builder>
- Enclosing class:
- TeamsEventNotificationConfigEntity
public abstract static class TeamsEventNotificationConfigEntity.Builder
extends Object
implements EventNotificationConfigEntity.Builder<TeamsEventNotificationConfigEntity.Builder>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract TeamsEventNotificationConfigEntitybuild()color(ValueReference color) create()customMessage(ValueReference customMessage) iconUrl(ValueReference iconUrl) timeZone(ValueReference timeZone) webhookUrl(ValueReference webhookUrl) 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.Builder
type
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
create
-
color
-
webhookUrl
-
customMessage
public abstract TeamsEventNotificationConfigEntity.Builder customMessage(ValueReference customMessage) -
iconUrl
-
timeZone
-
build
-