Skip to content

Overview

//trimblecloud-fileservice/trimblecloud.fileservice.models/ResourceBatch

ResourceBatch

[JVM]
open class ResourceBatch

Represents the response for the file/folder list operation.

Constructors

ResourceBatch[JVM]
constructor()

Properties

NameSummary
invalidResources[JVM]
open val invalidResources: List<InvalidResource>
List of invalid resources
items[JVM]
open val items: List<Any>

Functions

NameSummary
getFiles[JVM]
open fun getFiles(): List<File>
List all files.
getFolders[JVM]
open fun getFolders(): List<Folder>
List all folders.
toString[JVM]
open fun toString(): String