Skip to content

Overview

//trimblecloud-fileservice/trimblecloud.fileservice.models/UpdateFolderAcl/UpdateFolderAclBuilder

UpdateFolderAclBuilder

[JVM]
open class UpdateFolderAclBuilder

Functions

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