Overview
//trimblecloud-fileservice/trimblecloud.fileservice.models/ListFileParams/ListFileParamsBuilder
ListFileParamsBuilder
[JVM]
open class ListFileParamsBuilder
Functions
| Name | Summary |
|---|---|
| build | [JVM] open fun build(): ListFileParams |
| nextPageToken | [JVM] open fun nextPageToken(nextPageToken: String): ListFileParams.ListFileParamsBuilder Pagination token that can be used as input from a previous response to get the next page of results. |
| pageSize | [JVM] open fun pageSize(pageSize: Int): ListFileParams.ListFileParamsBuilder The largest quantity of items to be returned in a single response (in a single page). |
| status | [JVM] open fun status(status: Status): ListFileParams.ListFileParamsBuilder The status query parameter is used to filter the resources based on their status. |
| toString | [JVM] open fun toString(): String |
| urlDuration | [JVM] open fun urlDuration(urlDuration: String): ListFileParams.ListFileParamsBuilder The file download URL’s validity duration can be set in days (d), hours (h), or minutes (m). |