Skip to content

Overview

//trimblecloud-fileservice/trimblecloud.fileservice.models/CopyFileParams

CopyFileParams

[JVM]
open class CopyFileParams

Represents the parameters for the file copy operation.

Types

NameSummary
CopyFileParamsBuilder[JVM]
open class CopyFileParamsBuilder

Properties

NameSummary
name[JVM]
open val name: String
Optionally provide a new name for the copied file.

Functions

NameSummary
builder[JVM]
open fun builder(): CopyFileParams.CopyFileParamsBuilder
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