Class TeamsEventNotificationConfigV2.Builder
java.lang.Object
org.graylog.integrations.notifications.types.microsoftteams.TeamsEventNotificationConfigV2.Builder
- All Implemented Interfaces:
EventNotificationConfig.Builder<TeamsEventNotificationConfigV2.Builder>
- Enclosing class:
- TeamsEventNotificationConfigV2
public abstract static class TeamsEventNotificationConfigV2.Builder
extends Object
implements EventNotificationConfig.Builder<TeamsEventNotificationConfigV2.Builder>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionadaptiveCard(String adaptiveCard) backlogSize(long backlogSize) abstract TeamsEventNotificationConfigV2build()create()timeZone(org.joda.time.DateTimeZone timeZone) webhookUrl(String 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.notifications.EventNotificationConfig.Builder
type
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
create
-
backlogSize
-
webhookUrl
-
adaptiveCard
-
timeZone
public abstract TeamsEventNotificationConfigV2.Builder timeZone(org.joda.time.DateTimeZone timeZone) -
build
-