public interface TaskCommentResource
| Modifier and Type | Method and Description | 
|---|---|
| CommentDto | createComment(javax.ws.rs.core.UriInfo uriInfo,
             CommentDto comment) | 
| CommentDto | getComment(String commentId) | 
| List<CommentDto> | getComments() | 
List<CommentDto> getComments()
CommentDto getComment(String commentId)
CommentDto createComment(@Context javax.ws.rs.core.UriInfo uriInfo, CommentDto comment)
Copyright © 2018. All rights reserved.