Skip to content

Lock With Minimal Response

//trimblecloud-fileservice/trimblecloud.fileservice/FilesAPI/lockWithMinimalResponse

lockWithMinimalResponse

[JVM]
abstract fun lockWithMinimalResponse(@NonNullrequest: @NonNullLockFileRequest): CompletableFuture<Response<MinimalFile>>

Lock a file and return a minimal response.

Return

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

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.