Skip to content

Update

//trimblecloud-fileservice/trimblecloud.fileservice/FoldersAPI/update

update

[JVM]
abstract fun update(@NonNullspaceId: @NonNullUUID, @NonNullfolderId: @NonNullUUID, @NonNullrequest: @NonNullUpdateFolderRequest): CompletableFuture<Response<Folder>>

Updates a folder.

Return

  • A future that resolves to the folder response.

Parameters

JVM

spaceId- The space id.
folderId- The folder id.
request- The folder information to update.

Throws

TCPServiceException- If an error occurs due to API or network-related issues.
SDKClientException- If a client-side error occurs within the SDK.

[JVM]
abstract fun update(@NonNullspaceId: @NonNullUUID, @NonNullfolderId: @NonNullUUID, @NonNullrequest: @NonNullUpdateFolderRequest, @NonNullrequestHeader: @NonNullRequestHeader): CompletableFuture<Response<Folder>>

Updates a folder.

Return

  • A future that resolves to the folder response.

Parameters

JVM

spaceId- The space id.
folderId- The folder id.
request- The folder information to update.
requestHeader- The request header containing additional information.

Throws

TCPServiceException- If an error occurs due to API or network-related issues.
SDKClientException- If a client-side error occurs within the SDK.