Skip to content

Create

//trimblecloud-fileservice/trimblecloud.fileservice/SpacesAPI/create

create

[JVM]
abstract fun create(@NonNullrequest: @NonNullCreateSpaceRequest): CompletableFuture<Response<Space>>

Creates a space.

Return

A future that resolves to the created space.

Parameters

JVM

request- The space 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.