Uses of Class
ai.vectros.resources.folders.requests.PatchFolderRequest
Packages that use PatchFolderRequest
-
Uses of PatchFolderRequest in ai.vectros.resources.folders
Methods in ai.vectros.resources.folders with parameters of type PatchFolderRequestModifier and TypeMethodDescriptionAsyncFoldersClient.patchFolder(String id, PatchFolderRequest request) Partially updates a folder using an RFC 7386 JSON Merge Patch.AsyncFoldersClient.patchFolder(String id, PatchFolderRequest request, RequestOptions requestOptions) Partially updates a folder using an RFC 7386 JSON Merge Patch.AsyncRawFoldersClient.patchFolder(String id, PatchFolderRequest request) Partially updates a folder using an RFC 7386 JSON Merge Patch.AsyncRawFoldersClient.patchFolder(String id, PatchFolderRequest request, RequestOptions requestOptions) Partially updates a folder using an RFC 7386 JSON Merge Patch.FoldersClient.patchFolder(String id, PatchFolderRequest request) Partially updates a folder using an RFC 7386 JSON Merge Patch.FoldersClient.patchFolder(String id, PatchFolderRequest request, RequestOptions requestOptions) Partially updates a folder using an RFC 7386 JSON Merge Patch.RawFoldersClient.patchFolder(String id, PatchFolderRequest request) Partially updates a folder using an RFC 7386 JSON Merge Patch.RawFoldersClient.patchFolder(String id, PatchFolderRequest request, RequestOptions requestOptions) Partially updates a folder using an RFC 7386 JSON Merge Patch. -
Uses of PatchFolderRequest in ai.vectros.resources.folders.requests
Methods in ai.vectros.resources.folders.requests that return PatchFolderRequestModifier and TypeMethodDescriptionPatchFolderRequest._FinalStage.build()PatchFolderRequest.Builder.build()Methods in ai.vectros.resources.folders.requests with parameters of type PatchFolderRequestModifier and TypeMethodDescriptionPatchFolderRequest.BodyStage.from(PatchFolderRequest other) PatchFolderRequest.Builder.from(PatchFolderRequest other)