Interface WebhooksCreateRequest._FinalStage
-
- All Known Implementing Classes:
WebhooksCreateRequest.Builder
- Enclosing class:
- WebhooksCreateRequest
public static interface WebhooksCreateRequest._FinalStage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description WebhooksCreateRequestbuild()WebhooksCreateRequest._FinalStageeventTypes(java.util.List<java.lang.String> eventTypes)WebhooksCreateRequest._FinalStageeventTypes(java.util.Optional<java.util.List<java.lang.String>> eventTypes)
-
-
-
Method Detail
-
build
WebhooksCreateRequest build()
-
eventTypes
WebhooksCreateRequest._FinalStage eventTypes(java.util.Optional<java.util.List<java.lang.String>> eventTypes)
-
eventTypes
WebhooksCreateRequest._FinalStage eventTypes(java.util.List<java.lang.String> eventTypes)
-
-