Overview
//trimblecloud-fileservice/trimblecloud.fileservice.models/CopyFolderParams
CopyFolderParams
[JVM]
open class CopyFolderParams
Represents the parameters for the folder copy operation.
Types
| Name | Summary |
|---|---|
| CopyFolderParamsBuilder | [JVM] open class CopyFolderParamsBuilder |
Properties
| Name | Summary |
|---|---|
| name | [JVM] open val name: String The new name of the copied folder. |
Functions
| Name | Summary |
|---|---|
| builder | [JVM] open fun builder(): CopyFolderParams.CopyFolderParamsBuilder |
| getQueryParameters | [JVM] open fun getQueryParameters(): Map<String, String> Get the query parameters. |
| 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 |