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