Get
//trimblecloud-fileservice/trimblecloud.fileservice/ExportsAPI/get
get
[JVM]
abstract fun get(@NonNullspaceId: @NonNullUUID, @NonNullexportId: @NonNullUUID): CompletableFuture<Response<Export>>
Get an export by Id. Default urlDuration of 60 minutes is applied.
Return
- A future that resolves to the export.
Parameters
JVM
| spaceId | - Space identifier. |
| exportId | - Export identifier. |
Throws
| TCPServiceException | - If an error occurs due to API or network-related issues. |
| SDKClientException | - If a client-side error occurs within the SDK. |
[JVM]
abstract fun get(@NonNullspaceId: @NonNullUUID, @NonNullexportId: @NonNullUUID, urlDuration: String): CompletableFuture<Response<Export>>
Get an export by Id.
Return
- A future that resolves to the export.
Parameters
JVM
| spaceId | - Space identifier. |
| exportId | - Export identifier. |
| urlDuration | - Duration for which the download URL is valid. |
Throws
| TCPServiceException | - If an error occurs due to API or network-related issues. |
| SDKClientException | - If a client-side error occurs within the SDK. |