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