Interface Webhook.UpdateStages.WithTriggerWhen
-
- All Known Subinterfaces:
Webhook.Update
- Enclosing interface:
- Webhook.UpdateStages
public static interface Webhook.UpdateStages.WithTriggerWhenThe stage of the webhook definition allowing to specify actions that trigger the webhook.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Webhook.UpdatewithTriggerWhen(WebhookAction... webhookActions)Specifies the actions that will trigger the webhook notifications.
-
-
-
Method Detail
-
withTriggerWhen
Webhook.Update withTriggerWhen(WebhookAction... webhookActions)
Specifies the actions that will trigger the webhook notifications.- Parameters:
webhookActions- the webhook actions- Returns:
- the next stage of the resource update
-
-