Uses of Class
ai.vectros.types.FolderResponse.Builder
Packages that use FolderResponse.Builder
-
Uses of FolderResponse.Builder in ai.vectros.types
Methods in ai.vectros.types that return FolderResponse.BuilderModifier and TypeMethodDescriptionFolderResponse.Builder.additionalProperties(Map<String, Object> additionalProperties) FolderResponse.Builder.additionalProperty(String key, Object value) static FolderResponse.BuilderFolderResponse.builder()Present only on a create response:truewhen a new folder was created (HTTP 201),falsewhen a folder with the same slug already existed under the same parent and was returned instead (HTTP 200).When the folder was created, as an ISO-8601 UTC timestamp.How deeply the folder is nested.FolderResponse.Builder.description(String description) FolderResponse.Builder.description(Optional<String> description) Optional description of the folder's contents or purpose.FolderResponse.Builder.from(FolderResponse other) Unique identifier for the folder, assigned by Vectros.FolderResponse.Builder.isProtected(Boolean isProtected) FolderResponse.Builder.isProtected(Optional<Boolean> isProtected) Whether this folder is protected from deletion.FolderResponse.Builder.lastModified(String lastModified) FolderResponse.Builder.lastModified(Optional<String> lastModified) When the folder was last modified, as an ISO-8601 UTC timestamp.Human-readable display name of the folder.FolderResponse.Builder.parentFolderId(String parentFolderId) FolderResponse.Builder.parentFolderId(Optional<String> parentFolderId) ID of this folder's parent.The folder's scope ownership as canonicalnamespace:valueentries (at most 2).Stable URL-safe slug for the folder, unique among its siblings under the same parent.ID of the user that owns this folder — the Vectros-assigned UUID of a user in your account.Optimistic-concurrency version, incremented on every successful write.