Interface WebhookEndpointsCreateRequest.NameStage
-
- All Known Implementing Classes:
WebhookEndpointsCreateRequest.Builder
- Enclosing class:
- WebhookEndpointsCreateRequest
public static interface WebhookEndpointsCreateRequest.NameStage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description WebhookEndpointsCreateRequest.ApiVersionStagename(java.lang.String name)A human-readable name for the webhook endpoint.
-
-
-
Method Detail
-
name
WebhookEndpointsCreateRequest.ApiVersionStage name(@NotNull java.lang.String name)
A human-readable name for the webhook endpoint.
-
-