Overview
//trimblecloud-fileservice/trimblecloud.fileservice/FileServiceClient
FileServiceClient
[JVM]
open class FileServiceClient
A client for the Trimble Cloud File Service
Constructors
| FileServiceClient | [JVM] constructor(@NonNulltokenProvider: @NonNullITokenProvider, @NonNullbaseUri: @NonNullURI) Creates a new instance of the FileServiceClient constructor(@NonNulltokenProvider: @NonNullITokenProvider, @NonNullbaseUri: @NonNullURI, @NonNullconfiguration: @NonNullClientConfiguration) Creates a new instance of the FileServiceClient |
Functions
| Name | Summary |
|---|---|
| dispose | [JVM] open fun dispose() Disposes of the resources used by the client. |
| exports | [JVM] open fun exports(): ExportsAPI Gets the Exports API |
| files | [JVM] open fun files(): FilesAPI Gets the Files API |
| folders | [JVM] open fun folders(): FoldersAPI Gets the Folders API |
| jobs | [JVM] open fun jobs(): JobsAPI Gets the Jobs API |
| resources | [JVM] open fun resources(): ResourcesAPI Gets the Resources API |
| spaces | [JVM] open fun spaces(): SpacesAPI Gets the Spaces API |
| withTokenProvider | [JVM] open fun withTokenProvider(tokenProvider: FixedTokenProvider): FileServiceClient Sets the token provider for the client. |