Uses of Class
ai.vectros.types.FolderRequest
Packages that use FolderRequest
Package
Description
-
Uses of FolderRequest in ai.vectros.resources.folders
Methods in ai.vectros.resources.folders with parameters of type FolderRequestModifier and TypeMethodDescriptionAsyncFoldersClient.createFolder(FolderRequest body) Creates a folder to organize your documents and records.AsyncFoldersClient.createFolder(FolderRequest body, RequestOptions requestOptions) Creates a folder to organize your documents and records.AsyncRawFoldersClient.createFolder(FolderRequest body) Creates a folder to organize your documents and records.AsyncRawFoldersClient.createFolder(FolderRequest body, RequestOptions requestOptions) Creates a folder to organize your documents and records.FoldersClient.createFolder(FolderRequest body) Creates a folder to organize your documents and records.FoldersClient.createFolder(FolderRequest body, RequestOptions requestOptions) Creates a folder to organize your documents and records.RawFoldersClient.createFolder(FolderRequest body) Creates a folder to organize your documents and records.RawFoldersClient.createFolder(FolderRequest body, RequestOptions requestOptions) Creates a folder to organize your documents and records. -
Uses of FolderRequest in ai.vectros.resources.folders.requests
Methods in ai.vectros.resources.folders.requests that return FolderRequestModifier and TypeMethodDescriptionCreateFolderRequest.getBody()PatchFolderRequest.getBody()UpdateFolderRequest.getBody()Methods in ai.vectros.resources.folders.requests with parameters of type FolderRequestModifier and TypeMethodDescriptionCreateFolderRequest.BodyStage.body(@NotNull FolderRequest body) CreateFolderRequest.Builder.body(@NotNull FolderRequest body) PatchFolderRequest.BodyStage.body(@NotNull FolderRequest body) PatchFolderRequest.Builder.body(@NotNull FolderRequest body) UpdateFolderRequest.BodyStage.body(@NotNull FolderRequest body) UpdateFolderRequest.Builder.body(@NotNull FolderRequest body) -
Uses of FolderRequest in ai.vectros.types
Methods in ai.vectros.types that return FolderRequestModifier and TypeMethodDescriptionFolderRequest._FinalStage.build()FolderRequest.Builder.build()Methods in ai.vectros.types with parameters of type FolderRequestModifier and TypeMethodDescriptionFolderRequest.Builder.from(FolderRequest other) FolderRequest.NameStage.from(FolderRequest other)