Skip to content

Create With Minimal Response

//trimblecloud-fileservice/trimblecloud.fileservice/FoldersAPI/createWithMinimalResponse

createWithMinimalResponse

[JVM]
abstract fun createWithMinimalResponse(@NonNullspaceId: @NonNullUUID, @NonNullrequest: @NonNullCreateFolderRequest): CompletableFuture<Response<MinimalFolder>>

Creates a folder and returns a minimal response.

Return

  • A future that resolves to the folder response with minimal details.

Parameters

JVM

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