Unlock
//trimblecloud-fileservice/trimblecloud.fileservice/FilesAPI/unlock
unlock
[JVM]
abstract fun unlock(@NonNullrequest: @NonNullUnlockFileRequest): CompletableFuture<Response<File>>
Unlock a file
Return
A future that resolves to a Response object containing the result of the unlock operation.
Parameters
JVM
| request | - The unlock request |
Throws
| TCPServiceException | - If an error occurs due to API or network-related issues. |
| SDKClientException | - If a client-side error occurs within the SDK. |