Skip to content

Checkin

//trimblecloud-fileservice/trimblecloud.fileservice/FoldersAPI/checkin

checkin

[JVM]
abstract fun checkin(@NonNullrequest: @NonNullCheckinFolderRequest): CompletableFuture<Response<Folder>>

Checking in a folder will release the checkout and allow other actors to create new versions 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.