Skip to content

Overview

//trimblecloud-fileservice/trimblecloud.fileservice.models/DeleteSpaceParams/DeleteSpaceParamsBuilder

DeleteSpaceParamsBuilder

[JVM]
open class DeleteSpaceParamsBuilder

Functions

NameSummary
build[JVM]
open fun build(): DeleteSpaceParams
permanent[JVM]
open fun permanent(permanent: Boolean): DeleteSpaceParams.DeleteSpaceParamsBuilder
If specified and true, the space with all metadata and contents is deleted permanently.
recursive[JVM]
open fun recursive(recursive: Boolean): DeleteSpaceParams.DeleteSpaceParamsBuilder
This needs to be set to true in order to delete an space that is not empty.
toString[JVM]
open fun toString(): String