Skip to content

Overview

//trimblecloud-fileservice/trimblecloud.fileservice.models/UpdateSpaceRequest/UpdateSpaceRequestBuilder

UpdateSpaceRequestBuilder

[JVM]
open class UpdateSpaceRequestBuilder

Functions

NameSummary
allowAnonymousShares[JVM]
open fun allowAnonymousShares(allowAnonymousShares: Boolean): UpdateSpaceRequest.UpdateSpaceRequestBuilder
Flag to allow anonymous access to resources in this space.
build[JVM]
open fun build(): UpdateSpaceRequest
name[JVM]
open fun name(name: String): UpdateSpaceRequest.UpdateSpaceRequestBuilder
The name of the space.
permissionsLocal[JVM]
open fun permissionsLocal(permissionsLocal: UpdateSpacePermissionsLocal): UpdateSpaceRequest.UpdateSpaceRequestBuilder
Update the permissions on the resource.
softDeleteRetention[JVM]
open fun softDeleteRetention(softDeleteRetention: SoftDeleteRetentionPeriod): UpdateSpaceRequest.UpdateSpaceRequestBuilder
Duration of soft deleted resources being retained before being permanently removed
spaceMembershipBoundary[JVM]
open fun spaceMembershipBoundary(spaceMembershipBoundary: SpaceMembershipBoundary): UpdateSpaceRequest.UpdateSpaceRequestBuilder
Space membership boundary settings that allow space managers to restrict content access to space members
storageMode[JVM]
open fun storageMode(storageMode: String): UpdateSpaceRequest.UpdateSpaceRequestBuilder
The storage mode of the space that controls upload and file creation operations Supported values are: active┃read-only
toString[JVM]
open fun toString(): String