| Package | Description |
|---|---|
| com.podio.comment | |
| com.podio.item | |
| com.podio.status | |
| com.podio.stream |
| Modifier and Type | Method and Description |
|---|---|
Comment |
CommentAPI.getComment(int commentId)
Returns the contents of a comment.
|
| Modifier and Type | Method and 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.
|
| Modifier and Type | Method and Description |
|---|---|
List<Comment> |
Item.getComments() |
| Modifier and Type | Method and Description |
|---|---|
void |
Item.setComments(List<Comment> comments) |
| Modifier and Type | Method and Description |
|---|---|
List<Comment> |
StatusFull.getComments() |
| Modifier and Type | Method and Description |
|---|---|
void |
StatusFull.setComments(List<Comment> comments) |
| Modifier and Type | Method and Description |
|---|---|
List<Comment> |
StreamObjectV2.getComments() |
List<Comment> |
StreamObject.getComments() |
| Modifier and Type | Method and Description |
|---|---|
void |
StreamObjectV2.setComments(List<Comment> comments) |
void |
StreamObject.setComments(List<Comment> comments) |
Copyright © 2014. All Rights Reserved.