Package ai.extend.types
Interface LegacyProcessor.UpdatedAtStage
-
- All Known Implementing Classes:
LegacyProcessor.Builder
- Enclosing class:
- LegacyProcessor
public static interface LegacyProcessor.UpdatedAtStage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description LegacyProcessor.DraftVersionStageupdatedAt(java.time.OffsetDateTime updatedAt)The time (in UTC) at which the processor was last updated.
-
-
-
Method Detail
-
updatedAt
LegacyProcessor.DraftVersionStage updatedAt(@NotNull java.time.OffsetDateTime updatedAt)
The time (in UTC) at which the processor was last updated. Will follow the RFC 3339 format.
Example:
"2024-03-21T16:45:00Z"
-
-