Interface Webhook.UpdateStages.WithTriggerWhen
- All Known Subinterfaces:
Webhook.Update
- Enclosing interface:
- Webhook.UpdateStages
public static interface Webhook.UpdateStages.WithTriggerWhen
-
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
-