Skip to content

Overview

//trimblecloud-fileservice/trimblecloud.fileservice.models/GetFileParams

GetFileParams

[JVM]
open class GetFileParams

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

Types

NameSummary
GetFileParamsBuilder[JVM]
open class GetFileParamsBuilder

Properties

NameSummary
responseContentType[JVM]
open val responseContentType: String
The response content type.
status[JVM]
open val status: Status
The status query parameter is used to filter the resources based on their status.
urlDuration[JVM]
open val urlDuration: String
The file download URL’s validity duration can be set in days (d), hours (h), or minutes (m).

Functions

NameSummary
builder[JVM]
open fun builder(): GetFileParams.GetFileParamsBuilder
getQueryParameters[JVM]
open fun getQueryParameters(): Map<String, String>
Get the map representation of the object.
toString[JVM]
open fun toString(): String