Uses of Class
api.basecamp.Comment

Uses of Comment in api.basecamp
 

Methods in api.basecamp that return Comment
 Comment Comments.getComment(int index)
          Get comment according to index
 

Methods in api.basecamp that return types with arguments of type Comment
 java.util.List<Comment> Comments.getComments()