Interface WebhookSubscriptionsCreateRequest.ResourceIdStage
-
- All Known Implementing Classes:
WebhookSubscriptionsCreateRequest.Builder
- Enclosing class:
- WebhookSubscriptionsCreateRequest
public static interface WebhookSubscriptionsCreateRequest.ResourceIdStage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description WebhookSubscriptionsCreateRequest._FinalStageresourceId(java.lang.String resourceId)The ID of the resource to scope this subscription to.
-
-
-
Method Detail
-
resourceId
WebhookSubscriptionsCreateRequest._FinalStage resourceId(@NotNull java.lang.String resourceId)
The ID of the resource to scope this subscription to.
-
-