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()ID of the client associated with this folder — the Vectros-assigned UUID of a client in your account.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.ID of the organization that owns this folder — the Vectros-assigned UUID of an organization in your account.FolderResponse.Builder.parentFolderId(String parentFolderId) FolderResponse.Builder.parentFolderId(Optional<String> parentFolderId) ID of this folder's parent.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.