Méthode | Description | |
---|---|---|
SmartsheetImpl ( string baseURI, string accessToken, Api.Internal.Http.HttpClient httpClient, Api.Internal.Json.JsonSerializer jsonSerializer ) : System |
Create an instance with given server URI, HttpClient (optional) and JsonSerializer (optional) Exceptions: - IllegalArgumentException : if serverURI/Version/AccessToken is null/empty
|
Méthode | Description | |
---|---|---|
Attachments ( ) : AttachmentResources | ||
Comments ( ) : CommentResources | ||
Folders ( ) : FolderResources | ||
Home ( ) : HomeResources | ||
Reports ( ) : ReportResources | ||
Rows ( ) : RowResources | ||
Search ( ) : SearchResources | ||
Sheets ( ) : SheetResources | ||
Templates ( ) : TemplateResources | ||
Users ( ) : UserResources | ||
Workspaces ( ) : WorkspaceResources |
public SmartsheetImpl ( string baseURI, string accessToken, Api.Internal.Http.HttpClient httpClient, Api.Internal.Json.JsonSerializer jsonSerializer ) : System | ||
baseURI | string | the server uri |
accessToken | string | the access token |
httpClient | Api.Internal.Http.HttpClient | the http client (optional) |
jsonSerializer | Api.Internal.Json.JsonSerializer | the Json serializer (optional) |
Résultat | System |