public interface Comments
Stream<Comment> stream() throws IOException, UnauthorizedException
Stream with all comments for this Issue.IOException - if the server is unavailableUnauthorizedException - if the user's Session is unauthorized to access this
resourceComments post(String text) throws IOException, UnauthorizedException
text - the comment's textIOException - if the server is unavailableUnauthorizedException - if the user's Session is unauthorized to perform this
operationComments update(Comment comment, String text) throws IOException, UnauthorizedException
Comment.comment - the Comment to updatetext - the new textIOException - if the server is unavailableUnauthorizedException - if the user's Session is unauthorized to perform this
operationCopyright © 2017 George Aristy. All rights reserved.