Uses of Class
com.podio.comment.Comment
-
Packages that use Comment Package Description com.podio.comment com.podio.item com.podio.status com.podio.stream -
-
Uses of Comment in com.podio.comment
Methods in com.podio.comment that return Comment Modifier and Type Method Description CommentCommentAPI. getComment(int commentId)Returns the contents of a comment.Methods in com.podio.comment that return types with arguments of type Comment Modifier and Type Method Description List<Comment>CommentAPI. getComments(Reference reference)Used to retrieve all the comments that have been made on an object of the given type and with the given id. -
Uses of Comment in com.podio.item
Methods in com.podio.item that return types with arguments of type Comment Modifier and Type Method Description List<Comment>Item. getComments()Method parameters in com.podio.item with type arguments of type Comment Modifier and Type Method Description voidItem. setComments(List<Comment> comments) -
Uses of Comment in com.podio.status
Methods in com.podio.status that return types with arguments of type Comment Modifier and Type Method Description List<Comment>StatusFull. getComments()Method parameters in com.podio.status with type arguments of type Comment Modifier and Type Method Description voidStatusFull. setComments(List<Comment> comments) -
Uses of Comment in com.podio.stream
Methods in com.podio.stream that return types with arguments of type Comment Modifier and Type Method Description List<Comment>StreamObject. getComments()List<Comment>StreamObjectV2. getComments()Method parameters in com.podio.stream with type arguments of type Comment Modifier and Type Method Description voidStreamObject. setComments(List<Comment> comments)voidStreamObjectV2. setComments(List<Comment> comments)
-