Package com.smartsheet.api
Interface CommentResources
-
@Deprecated(since="2.0.0", forRemoval=true) public interface CommentResources
Deprecated, for removal: This API element is subject to removal in a future version.As of release 2.0. Please useSheetCommentResources
instead
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description AssociatedAttachmentResources
attachments()
Deprecated, for removal: This API element is subject to removal in a future version.As of release 2.0.void
deleteComment(long sheetId, long commentId)
Deprecated, for removal: This API element is subject to removal in a future version.As of release 2.0.Comment
getComment(long sheetId, long commentId)
Deprecated, for removal: This API element is subject to removal in a future version.As of release 2.0.
-
-
-
Method Detail
-
getComment
@Deprecated(since="2.0.0", forRemoval=true) Comment getComment(long sheetId, long commentId)
Deprecated, for removal: This API element is subject to removal in a future version.As of release 2.0. Please useSheetCommentResources
instead- Parameters:
sheetId
- the idcommentId
- the commentid- Returns:
- the comment (note that if there is no such resource, this method will throw ResourceNotFoundException rather than returning null).
-
deleteComment
@Deprecated(since="2.0.0", forRemoval=true) void deleteComment(long sheetId, long commentId)
Deprecated, for removal: This API element is subject to removal in a future version.As of release 2.0. Please useSheetCommentResources
instead- Parameters:
sheetId
- the idcommentId
- the commentid
-
attachments
@Deprecated(since="2.0.0", forRemoval=true) AssociatedAttachmentResources attachments()
Deprecated, for removal: This API element is subject to removal in a future version.As of release 2.0. Please useSheetCommentResources
instead- Returns:
- associated resources
-
-