Interface WebhookSubscriptionsCreateRequest._FinalStage
-
- All Known Implementing Classes:
WebhookSubscriptionsCreateRequest.Builder
- Enclosing class:
- WebhookSubscriptionsCreateRequest
public static interface WebhookSubscriptionsCreateRequest._FinalStage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description WebhookSubscriptionsCreateRequest._FinalStageaddAllEnabledEvents(java.util.List<WebhookSubscriptionEventType> enabledEvents)WebhookSubscriptionsCreateRequest._FinalStageaddEnabledEvents(WebhookSubscriptionEventType enabledEvents)WebhookSubscriptionsCreateRequestbuild()WebhookSubscriptionsCreateRequest._FinalStageenabledEvents(java.util.List<WebhookSubscriptionEventType> enabledEvents)The event types to subscribe to.
-
-
-
Method Detail
-
build
WebhookSubscriptionsCreateRequest build()
-
enabledEvents
WebhookSubscriptionsCreateRequest._FinalStage enabledEvents(java.util.List<WebhookSubscriptionEventType> enabledEvents)
The event types to subscribe to. Must be valid for the given
resourceType.
-
addEnabledEvents
WebhookSubscriptionsCreateRequest._FinalStage addEnabledEvents(WebhookSubscriptionEventType enabledEvents)
-
addAllEnabledEvents
WebhookSubscriptionsCreateRequest._FinalStage addAllEnabledEvents(java.util.List<WebhookSubscriptionEventType> enabledEvents)
-
-