Restore
//trimblecloud-fileservice/trimblecloud.fileservice/SpacesAPI/restore
restore
[JVM]
abstract fun restore(@NonNullspaceId: @NonNullUUID): CompletableFuture<Response<RestoreSpace>>
Restores a space. The restore operation will immediately restore the explicitly specified space and it’s root folder. Any resources nested under the restored space or folder will be restored through an asynchronous process.
Return
A Future that resolves to a Response object containing the result of the restore operation.
Parameters
JVM
| spaceId | - Space identifier. |
Throws
| TCPServiceException | - If an error occurs due to API or network-related issues. |
| SDKClientException | - If a client-side error occurs within the SDK. |