Package ai.extend.types
Interface WebhookEndpointCreate.CreatedAtStage
-
- All Known Implementing Classes:
WebhookEndpointCreate.Builder
- Enclosing class:
- WebhookEndpointCreate
public static interface WebhookEndpointCreate.CreatedAtStage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description WebhookEndpointCreate._FinalStagecreatedAt(java.time.OffsetDateTime createdAt)The date and time the webhook endpoint was created.
-
-
-
Method Detail
-
createdAt
WebhookEndpointCreate._FinalStage createdAt(@NotNull java.time.OffsetDateTime createdAt)
The date and time the webhook endpoint was created.
-
-