Skip to content

Overview

//trimblecloud-fileservice/trimblecloud.fileservice.models/GetJobParams

GetJobParams

[JVM]
open class GetJobParams

Represents the parameters that can be used to filter the job details.

Types

NameSummary
GetJobParamsBuilder[JVM]
open class GetJobParamsBuilder

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.

Functions

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