Interface Webhook.UpdateResourceStages.WithTriggerWhen<ParentT>
- All Known Subinterfaces:
Webhook.UpdateResource<ParentT>
,Webhook.UpdateResourceStages.Blank<ParentT>
,Webhook.UpdateResourceStages.WithAttach<ParentT>
- Enclosing interface:
- Webhook.UpdateResourceStages
public static interface Webhook.UpdateResourceStages.WithTriggerWhen<ParentT>
-
Method Summary
Modifier and TypeMethodDescriptionwithTriggerWhen
(WebhookAction... webhookActions) Specifies the actions that will trigger the webhook notifications.
-
Method Details
-
withTriggerWhen
Specifies the actions that will trigger the webhook notifications.- Parameters:
webhookActions
- the webhook actions- Returns:
- the next stage of the resource update
-