Update With Minimal Response
//trimblecloud-fileservice/trimblecloud.fileservice/FilesAPI/updateWithMinimalResponse
updateWithMinimalResponse
[JVM]
abstract fun updateWithMinimalResponse(@NonNullspaceId: @NonNullUUID, @NonNullfileId: @NonNullUUID, @NonNullrequest: @NonNullUpdateFileRequest): CompletableFuture<Response<MinimalFile>>
Updates a file and returns a minimal response.
Return
- A future that resolves to the file response with minimal details.
Parameters
JVM
| spaceId | - The space id. |
| fileId | - The file id. |
| request | - The file 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, @NonNullfileId: @NonNullUUID, @NonNullrequest: @NonNullUpdateFileRequest, @NonNullrequestHeader: @NonNullRequestHeader): CompletableFuture<Response<MinimalFile>>
Updates a file and returns a minimal response.
Return
- A future that resolves to the file response with minimal details.
Parameters
JVM
| spaceId | - The space id. |
| fileId | - The file id. |
| request | - The file 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. |