Skip to content

Overview

//trimblecloud-fileservice/trimblecloud.fileservice.models/CreateBatchFolderChildren/CreateBatchFolderChildrenBuilder

CreateBatchFolderChildrenBuilder

[JVM]
open class CreateBatchFolderChildrenBuilder

Functions

NameSummary
build[JVM]
open fun build(): CreateBatchFolderChildren
children[JVM]
open fun children(children: List<CreateNestedFolderChildren>): CreateBatchFolderChildren.CreateBatchFolderChildrenBuilder
List of child folders to be created under this folder.
metadata[JVM]
open fun metadata(metadata: HashMap<String, Any>): CreateBatchFolderChildren.CreateBatchFolderChildrenBuilder
Metadata of the folder.
name[JVM]
open fun name(@NonNullname: @NonNullString): CreateBatchFolderChildren.CreateBatchFolderChildrenBuilder
Name of the folder.
parentId[JVM]
open fun parentId(parentId: UUID): CreateBatchFolderChildren.CreateBatchFolderChildrenBuilder
If provided the new folder will be associated with the parent.
permissionsLocal[JVM]
open fun permissionsLocal(permissionsLocal: FolderPermissionsLocal): CreateBatchFolderChildren.CreateBatchFolderChildrenBuilder
The permissions explicitly assigned to the folder.
toString[JVM]
open fun toString(): String