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