| Package | Description |
|---|---|
| com.smartsheet.api | |
| com.smartsheet.api.models |
| Modifier and Type | Method and Description |
|---|---|
Discussion |
AssociatedDiscussionResources.createDiscussion(long objectId,
Discussion discussion)
Deprecated.
As of release 2.0
|
Discussion |
SheetDiscussionResources.createDiscussion(long sheetId,
Discussion discussion)
Create a discussion on a sheet.
|
Discussion |
RowDiscussionResources.createDiscussion(long sheetId,
long rowId,
Discussion discussion)
Create discussion on a row.
|
Discussion |
SheetDiscussionResources.createDiscussionWithAttachment(long sheetId,
Discussion discussion,
File file,
String contentType)
Create a discussion with attachments on a sheet.
|
Discussion |
RowDiscussionResources.createDiscussionWithAttachment(long sheetId,
long rowId,
Discussion discussion,
File file,
String contentType)
Create discussion on a row.
|
Discussion |
SheetDiscussionResources.getDiscussion(long sheetId,
long discussionId)
Get a discussion.
|
| 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
|
| Modifier and Type | Method and Description |
|---|---|
Discussion |
AssociatedDiscussionResources.createDiscussion(long objectId,
Discussion discussion)
Deprecated.
As of release 2.0
|
Discussion |
SheetDiscussionResources.createDiscussion(long sheetId,
Discussion discussion)
Create a discussion on a sheet.
|
Discussion |
RowDiscussionResources.createDiscussion(long sheetId,
long rowId,
Discussion discussion)
Create discussion on a row.
|
Discussion |
SheetDiscussionResources.createDiscussionWithAttachment(long sheetId,
Discussion discussion,
File file,
String contentType)
Create a discussion with attachments on a sheet.
|
Discussion |
RowDiscussionResources.createDiscussionWithAttachment(long sheetId,
long rowId,
Discussion discussion,
File file,
String contentType)
Create discussion on a row.
|
| Modifier and Type | Method and Description |
|---|---|
Discussion |
Discussion.CreateDiscussionBuilder.build()
Builds the.
|
Discussion |
Discussion.setAccessLevel(String accessLevel)
Sets the access level.
|
Discussion |
Discussion.setComment(Comment comment)
Sets the comment for the discussion (outbound only, i.e.
|
Discussion |
Discussion.setCommentAttachments(List<Attachment> commentAttachments)
Sets the comment attachments.
|
Discussion |
Discussion.setCommentCount(Integer commentCount)
Sets the discussion comment count
|
Discussion |
Discussion.setComments(List<Comment> comments)
Sets the comments for the discussion.
|
Discussion |
Discussion.setCreatedBy(User createdBy)
Sets the created by.
|
Discussion |
Discussion.setLastCommentedAt(Date lastCommentedAt)
Sets the date a comment was last added to a discussion.
|
Discussion |
Discussion.setLastCommentedUser(User lastCommentedUser)
Sets the user that last commented in the discussion.
|
Discussion |
Discussion.setParentId(Long parentId)
Sets the ID of the directly associated row or sheet
|
Discussion |
Discussion.setParentType(ParentType parentType)
Sets the type to row or sheet
|
Discussion |
Discussion.setReadOnly(Boolean readOnly)
Sets the read only status.
|
Discussion |
Discussion.setTitle(String title)
Sets the title for the discussion.
|
| Modifier and Type | Method and Description |
|---|---|
List<Discussion> |
AbstractRow.getDiscussions()
Gets the discussions.
|
List<Discussion> |
AbstractSheet.getDiscussions()
Gets the discussions for the sheet.
|
| Modifier and Type | Method and Description |
|---|---|
AbstractRow<TColumn,TCell> |
AbstractRow.setDiscussions(List<Discussion> discussions)
Sets the discussions.
|
AbstractSheet<TRow,TColumn,TCell> |
AbstractSheet.setDiscussions(List<Discussion> discussions)
Sets the discussions for the sheet.
|
Copyright © 2014–2019 Smartsheet. All rights reserved.