Create Batch
//trimblecloud-fileservice/trimblecloud.fileservice/FoldersAPI/createBatch
createBatch
[JVM]
abstract fun createBatch(@NonNullrequest: @NonNullCreateBatchFolderRequest): CompletableFuture<Response<FolderBatch>>
Creates multiple folders in a specified space by providing a list of create folder request bodies. A maximum of 50 folders can be created in a single request.
Return
- A future that resolves to the batch folder creation response.
Parameters
JVM
| request | - The batch folder creation request containing a list of folders to create. |
Throws
| TCPServiceException | - If an error occurs due to API or network-related issues. |
| SDKClientException | - If a client-side error occurs within the SDK. |