Uses of Class
ai.vectros.types.AppContextResponse.Builder
Packages that use AppContextResponse.Builder
-
Uses of AppContextResponse.Builder in ai.vectros.types
Methods in ai.vectros.types that return AppContextResponse.BuilderModifier and TypeMethodDescriptionAppContextResponse.Builder.additionalProperties(Map<String, Object> additionalProperties) AppContextResponse.Builder.additionalProperty(String key, Object value) static AppContextResponse.BuilderAppContextResponse.builder()Your identifier for the app context.Whether this call created a new app context.When the app context was created, as an ISO-8601 UTC timestamp.AppContextResponse.Builder.description(String description) AppContextResponse.Builder.description(Optional<String> description) Free-text description of the app context.AppContextResponse.Builder.from(AppContextResponse other) Opaque composite identifier for this app context.AppContextResponse.Builder.lastModified(String lastModified) AppContextResponse.Builder.lastModified(Optional<String> lastModified) When the app context was last modified, as an ISO-8601 UTC timestamp.Human-readable display name for the app context.AppContextResponse.Builder.status(AppContextResponseStatus status) AppContextResponse.Builder.status(Optional<AppContextResponseStatus> status) Lifecycle status of the app context:activeunder normal operation;purgingwhile an asynchronous delete is draining the context's data;deletedonce that teardown completes.