Skip to content

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

NameSummary
BatchResourceRequestBuilder[JVM]
open class BatchResourceRequestBuilder

Properties

NameSummary
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

NameSummary
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.