Restore With Minimal Response
//trimblecloud-fileservice/trimblecloud.fileservice/SpacesAPI/restoreWithMinimalResponse
restoreWithMinimalResponse
[JVM]
abstract fun restoreWithMinimalResponse(@NonNullspaceId: @NonNullUUID): CompletableFuture<Response<RestoreMinimalSpace>>
Restores a space and returns a minimal response. 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 with minimal response.
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. |