Interface WebhookCreate
-
- All Known Implementing Classes:
ImmutableWebhookCreate
@Immutable public interface WebhookCreateWebhooks create request resource
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Booleanactive()Should it be activeWebhookConfigconfig()Webhook config.List<String>events()EventsStringname()Webhook name
-
-
-
Method Detail
-
name
@Nullable String name()
Webhook name
-
active
@Nullable Boolean active()
Should it be active
-
config
@Nullable WebhookConfig config()
Webhook config. SeeWebhookConfigfor more details.
-
-