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