Checkin
//trimblecloud-fileservice/trimblecloud.fileservice/FilesAPI/checkin
checkin
[JVM]
abstract fun checkin(@NonNullrequest: @NonNullCheckinFileRequest): CompletableFuture<Response<File>>
Checking in a file will allow other actors to create a new version or perform other mutation operations.
Return
A future that resolves to a Response object containing the result of the checkin operation.
Parameters
JVM
| request | - The checkin request |
Throws
| TCPServiceException | - If an error occurs due to API or network-related issues. |
| SDKClientException | - If a client-side error occurs within the SDK. |