Skip to content

Overview

//trimblecloud-fileservice/trimblecloud.fileservice.models/UpdateSpaceAcl/UpdateSpaceAclBuilder

UpdateSpaceAclBuilder

[JVM]
open class UpdateSpaceAclBuilder

Functions

NameSummary
add[JVM]
open fun add(add: List<Acl>): UpdateSpaceAcl.UpdateSpaceAclBuilder
Add new roles to the existing permissions on the resource.
build[JVM]
open fun build(): UpdateSpaceAcl
remove[JVM]
open fun remove(remove: List<Acl>): UpdateSpaceAcl.UpdateSpaceAclBuilder
The actors to be removed from the permissions.
toString[JVM]
open fun toString(): String