Skip to content

Overview

//trimblecloud-fileservice/trimblecloud.fileservice.models/MinimalResource

MinimalResource

[JVM]
open class MinimalResource

Constructors

MinimalResource[JVM]
constructor()

Functions

NameSummary
getFile[JVM]
open fun getFile(): MinimalFile
Get the file resource.
getFolder[JVM]
open fun getFolder(): MinimalFolder
Get the folder resource.
isFile[JVM]
open fun isFile(): Boolean
Checks if this resource is a file.
isFolder[JVM]
open fun isFolder(): Boolean
Checks if this resource is a folder.
toString[JVM]
open fun toString(): String