Package com.smartsheet.api
Interface CommentResources
-
@Deprecated(since="2.0.0", forRemoval=true) public interface CommentResourcesDeprecated, for removal: This API element is subject to removal in a future version.As of release 2.0. Please useSheetCommentResourcesinstead
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description AssociatedAttachmentResourcesattachments()Deprecated, for removal: This API element is subject to removal in a future version.As of release 2.0.voiddeleteComment(long sheetId, long commentId)Deprecated, for removal: This API element is subject to removal in a future version.As of release 2.0.CommentgetComment(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 useSheetCommentResourcesinstead- 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 useSheetCommentResourcesinstead- 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 useSheetCommentResourcesinstead- Returns:
- associated resources
-
-