Skip to content

Checkin With Minimal Response

//trimblecloud-fileservice/trimblecloud.fileservice/FoldersAPI/checkinWithMinimalResponse

checkinWithMinimalResponse

[JVM]
abstract fun checkinWithMinimalResponse(@NonNullrequest: @NonNullCheckinFolderRequest): CompletableFuture<Response<MinimalFolder>>

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 with minimal details.

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.