Skip to content

Lock

//trimblecloud-fileservice/trimblecloud.fileservice/FilesAPI/lock

lock

[JVM]
abstract fun lock(@NonNullrequest: @NonNullLockFileRequest): CompletableFuture<Response<File>>

Lock a file

Return

A future that resolves to a Response object containing the result of the lock operation.

Parameters

JVM

request- The lock request

Throws

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