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