Skip to content

Overview

//trimblecloud-fileservice/trimblecloud.fileservice.models/CopyFolderRequest

CopyFolderRequest

[JVM]
open class CopyFolderRequest

Represents the request to copy a folder.

Types

NameSummary
CopyFolderRequestBuilder[JVM]
open class CopyFolderRequestBuilder

Properties

NameSummary
folderId[JVM]
@NonNull
@get:NonNull
open val folderId: @NonNullUUID
Folder identifier.
name[JVM]
open val name: String
The new name of the copied folder.
permissionsLocal[JVM]
open val permissionsLocal: FolderPermissionsLocal
The permissions explicitly assigned to the folder.
spaceId[JVM]
@NonNull
@get:NonNull
open val spaceId: @NonNullUUID
Space identifier.
targetParentId[JVM]
@NonNull
@get:NonNull
open val targetParentId: @NonNullUUID
Target identifier.

Functions

NameSummary
builder[JVM]
open fun builder(): CopyFolderRequest.CopyFolderRequestBuilder
getQueryParameters[JVM]
open fun getQueryParameters(): Map<String, String>
Get the query parameters.
isIncludeAcl[JVM]
open fun isIncludeAcl(): Boolean
Whether to copy the ACL from the resource to the target resource.
isIncludeLinks[JVM]
open fun isIncludeLinks(): Boolean
Whether to include support file links in the copy operation.
isIncludeSupportFiles[JVM]
open fun isIncludeSupportFiles(): Boolean
Whether to include support files in the copy operation.
isOverwriteExisting[JVM]
open fun isOverwriteExisting(): Boolean
Whether to overwrite an existing resource.
toString[JVM]
open fun toString(): String