Update With Minimal Response
//trimblecloud-fileservice/trimblecloud.fileservice/FoldersAPI/updateWithMinimalResponse
updateWithMinimalResponse
[JVM]
abstract fun updateWithMinimalResponse(@NonNullspaceId: @NonNullUUID, @NonNullfolderId: @NonNullUUID, @NonNullrequest: @NonNullUpdateFolderRequest): CompletableFuture<Response<MinimalFolder>>
Updates a folder and returns a minimal response.
Return
- A future that resolves to the folder response with minimal details.
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 updateWithMinimalResponse(@NonNullspaceId: @NonNullUUID, @NonNullfolderId: @NonNullUUID, @NonNullrequest: @NonNullUpdateFolderRequest, @NonNullrequestHeader: @NonNullRequestHeader): CompletableFuture<Response<MinimalFolder>>
Updates a folder and returns a minimal response.
Return
- A future that resolves to the folder response with minimal details.
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. |