Checkin With Minimal Response
//trimblecloud-fileservice/trimblecloud.fileservice/FilesAPI/checkinWithMinimalResponse
checkinWithMinimalResponse
[JVM]
abstract fun checkinWithMinimalResponse(@NonNullrequest: @NonNullCheckinFileRequest): CompletableFuture<Response<MinimalFile>>
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 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. |