| Package | Description |
|---|---|
| com.smartsheet.api | |
| com.smartsheet.api.models.enums |
| Modifier and Type | Method and Description |
|---|---|
PagedResult<Discussion> |
RowDiscussionResources.listDiscussions(long sheetId,
long rowId,
PaginationParameters pagination,
EnumSet<DiscussionInclusion> includes)
Gets a list of all Discussions associated with the specified Row.
|
PagedResult<Discussion> |
SheetDiscussionResources.listDiscussions(long sheetId,
PaginationParameters pagination,
EnumSet<DiscussionInclusion> includes)
Get all discussions
It mirrors to the following Smartsheet REST API method: DELETE /sheets/{sheetId}/discussions/{discussionId}
Exceptions:
IllegalArgumentException : if any argument is null
InvalidRequestException : if there is any problem with the REST API request
AuthorizationException : if there is any problem with the REST API authorization(access token)
ServiceUnavailableException : if the REST API service is not available (possibly due to rate limiting)
SmartsheetRestException : if there is any other REST API related error occurred during the operation
SmartsheetException : if there is any other error occurred during the operation
|
| Modifier and Type | Method and Description |
|---|---|
static DiscussionInclusion |
DiscussionInclusion.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DiscussionInclusion[] |
DiscussionInclusion.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2014–2017 Smartsheet. All rights reserved.