SmartsheetClient Interface |
This interface is the entry point of the Smartsheet SDK, it provides convenient methods to get XXXResources instances for accessing different types of resources.
Thread Safety: Implementation of this interface must be thread safe.
Namespace: Smartsheet.Api
The SmartsheetClient type exposes the following members.
| Name | Description | |
|---|---|---|
| AccessToken |
Set the access token to use.
| |
| AssumedUser |
Set the email of the user to assume
| |
| ChangeAgent |
Set the change agent identifier
| |
| ContactResources | Returns the ContactResources instance that provides access to contact resources. | |
| EventResources | Returns the EventResources instance that provides access to event resources. | |
| FavoriteResources | Returns the FavoriteResources instance that provides access to favorite resources. | |
| FolderResources | Returns the FolderResources instance that provides access to Folder resources. | |
| GroupResources | Returns the GroupResources instance that provides access to group resources. | |
| HomeResources | Returns the HomeResources instance that provides access to Home resources. | |
| ImageUrlResources | Returns the ImageUrlResources instance that provides access to image Url resources. | |
| MaxRetryTimeout |
Sets the max retyr time if the HtppClient is an instance of DefaultHttpClient
| |
| PassthroughResources | Returns the PassthroughResources instance that provides access to passthrough resources. | |
| ReportResources | Returns the ReportResources instance that provides access to Report resources. | |
| SearchResources | Returns the SearchResources instance that provides access to searching resources. | |
| ServerInfoResources | Returns the ServerInfoResources instance that provides access to server information resources. | |
| SheetResources | Returns the SheetResources instance that provides access to Sheet resources. | |
| SightResources | Returns the SightResources instance that provides access to Sight resources. | |
| TemplateResources | Returns the TemplateResources instance that provides access to Template resources. | |
| TokenResources | Returns the TokenResources instance that provides access to token resources. | |
| UserAgent |
Set the user agent header string
| |
| UserResources | Returns the UserResources instance that provides access to User resources. | |
| WebhookResources | Returns the WebhookResources instance that provides access to webhook resources. | |
| WorkspaceResources | Returns the WorkspaceResources instance that provides access to Workspace resources. |