Skip to content

Overview

//trimblecloud-fileservice/trimblecloud.fileservice.models/GetUploadDetailsParams

GetUploadDetailsParams

[JVM]
open class GetUploadDetailsParams

Represents the parameters that can be used to filter the upload details returned by the get operation.

Types

NameSummary
GetUploadDetailsParamsBuilder[JVM]
open class GetUploadDetailsParamsBuilder

Properties

NameSummary
fastCheck[JVM]
open val fastCheck: Boolean
Boolean value to optimize internal polling frequency.
longPoll[JVM]
open val longPoll: Boolean
Boolean value to indicate if the API should perform a long-polling request for the status.
urlDuration[JVM]
open val urlDuration: String
The file upload URL’s validity duration can be set in days (d), hours (h), or minutes (m).

Functions

NameSummary
builder[JVM]
open fun builder(): GetUploadDetailsParams.GetUploadDetailsParamsBuilder
getQueryParameters[JVM]
open fun getQueryParameters(): Map<String, String>
toString[JVM]
open fun toString(): String