Overview
//trimblecloud-fileservice/trimblecloud.fileservice.models/BatchResourceRequest
BatchResourceRequest
[JVM]
open class BatchResourceRequest
Represents a request to retrieve multiple resources in a batch. Only one of ids or paths should be provided, not both.
Types
| Name | Summary |
|---|---|
| BatchResourceRequestBuilder | [JVM] open class BatchResourceRequestBuilder |
Properties
| Name | Summary |
|---|---|
| ids | [JVM] open val ids: List<UUID> List of resource identifiers to retrieve. |
| paths | [JVM] open val paths: List<String> List of resource paths to retrieve. |
Functions
| Name | Summary |
|---|---|
| builder | [JVM] open fun builder(): BatchResourceRequest.BatchResourceRequestBuilder |
| toString | [JVM] open fun toString(): String |
| validate | [JVM] open fun validate() Validates that only one of ids or paths is provided. |