Skip to content

Create

//trimblecloud-fileservice/trimblecloud.fileservice/FoldersAPI/create

create

[JVM]
abstract fun create(@NonNullspaceId: @NonNullUUID, @NonNullrequest: @NonNullCreateFolderRequest): CompletableFuture<Response<Folder>>

Creates a folder.

Return

  • A future that resolves to the folder response.

Parameters

JVM

spaceId- The space id.
request- The folder 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.