Create
//trimblecloud-fileservice/trimblecloud.fileservice/ExportsAPI/create
create
[JVM]
abstract fun create(@NonNullrequest: @NonNullCreateExportRequest): CompletableFuture<Response<ExportInfo>>
Creates an export.
Return
A future that resolves to the created export.
Parameters
JVM
| request | - The export to create. |
Throws
| TCPServiceException | - If an error occurs due to API or network-related issues. |
| SDKClientException | - If a client-side error occurs within the SDK. |