Skip to content

Overview

//trimblecloud-fileservice/trimblecloud.fileservice.models/UpdateFolderPermissionsLocal/UpdateFolderPermissionsLocalBuilder

UpdateFolderPermissionsLocalBuilder

[JVM]
open class UpdateFolderPermissionsLocalBuilder

Functions

NameSummary
build[JVM]
open fun build(): UpdateFolderPermissionsLocal
inherits[JVM]
open fun inherits(inherits: Boolean): UpdateFolderPermissionsLocal.UpdateFolderPermissionsLocalBuilder
Specifies if permissions should be inherited from the parent folder.
replaceAcl[JVM]
open fun replaceAcl(replaceAcl: List<Acl>): UpdateFolderPermissionsLocal.UpdateFolderPermissionsLocalBuilder
Completely replace the existing permissions on the resource.
toString[JVM]
open fun toString(): String
updateAcl[JVM]
open fun updateAcl(updateAcl: UpdateFolderAcl): UpdateFolderPermissionsLocal.UpdateFolderPermissionsLocalBuilder
Modify the current permissions by adding or removing permissions, without fully replacing the existing permissions.