Skip to content

Overview

//trimblecloud-fileservice/trimblecloud.fileservice.models/CreateSpaceRequest/CreateSpaceRequestBuilder

CreateSpaceRequestBuilder

[JVM]
open class CreateSpaceRequestBuilder

Functions

NameSummary
accountId[JVM]
open fun accountId(@NonNullaccountId: @NonNullString): CreateSpaceRequest.CreateSpaceRequestBuilder
The unique identifier of the CDH account.
allowAnonymousShares[JVM]
open fun allowAnonymousShares(allowAnonymousShares: Boolean): CreateSpaceRequest.CreateSpaceRequestBuilder
Flag to allow anonymous access to resources in this space.
build[JVM]
open fun build(): CreateSpaceRequest
name[JVM]
open fun name(@NonNullname: @NonNullString): CreateSpaceRequest.CreateSpaceRequestBuilder
The name of the space.
permissionsLocal[JVM]
open fun permissionsLocal(permissionsLocal: SpacePermissionsLocal): CreateSpaceRequest.CreateSpaceRequestBuilder
The permissions explicitly assigned to the space.
provider[JVM]
open fun provider(provider: Provider): CreateSpaceRequest.CreateSpaceRequestBuilder
The cloud provider where the space will be created.
softDeleteRetention[JVM]
open fun softDeleteRetention(softDeleteRetention: SoftDeleteRetentionPeriod): CreateSpaceRequest.CreateSpaceRequestBuilder
Duration of soft deleted resources being retained before being permanently removed
spaceMembershipBoundary[JVM]
open fun spaceMembershipBoundary(spaceMembershipBoundary: SpaceMembershipBoundary): CreateSpaceRequest.CreateSpaceRequestBuilder
Space membership boundary settings that allow space managers to restrict content access to space members
toString[JVM]
open fun toString(): String