Skip to content

Unlock With Minimal Response

//trimblecloud-fileservice/trimblecloud.fileservice/FilesAPI/unlockWithMinimalResponse

unlockWithMinimalResponse

[JVM]
abstract fun unlockWithMinimalResponse(@NonNullrequest: @NonNullUnlockFileRequest): CompletableFuture<Response<MinimalFile>>

Unlock a file and return a minimal response.

Return

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

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.