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
| Name | Summary |
|---|---|
| GetUploadDetailsParamsBuilder | [JVM] open class GetUploadDetailsParamsBuilder |
Properties
| Name | Summary |
|---|---|
| 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
| Name | Summary |
|---|---|
| builder | [JVM] open fun builder(): GetUploadDetailsParams.GetUploadDetailsParamsBuilder |
| getQueryParameters | [JVM] open fun getQueryParameters(): Map<String, String> |
| toString | [JVM] open fun toString(): String |