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