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 textCommentsIOException - if the server is unavailableUnauthorizedException - if the user's Session is unauthorized to perform this
operationCopyright © 2017 George Aristy. All rights reserved.