| Package | Description |
|---|---|
| com.podio.comment | |
| com.podio.common | |
| com.podio.conversation | |
| com.podio.file | |
| com.podio.filter | |
| com.podio.hook | |
| com.podio.rating | |
| com.podio.stream | |
| com.podio.subscription | |
| com.podio.tag | |
| com.podio.task |
| Modifier and Type | Method and Description |
|---|---|
int |
CommentAPI.addComment(Reference reference,
CommentCreate comment,
boolean silent)
Adds a new comment to the object of the given type and id, f.ex.
|
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 |
|---|---|
static Reference |
Reference.parse(String value) |
| Modifier and Type | Method and Description |
|---|---|
int |
ConversationAPI.createConversation(String subject,
String text,
List<Integer> participants,
Reference reference)
Creates a new conversation with a list of users.
|
List<Conversation> |
ConversationAPI.getConversationsOnObject(Reference object)
Returns a list of all the conversations on the object that the active
user is part of.
|
| Modifier and Type | Class and Description |
|---|---|
class |
FileReference |
| Modifier and Type | Method and Description |
|---|---|
List<Reference> |
BaseAuthListFilterBy.parse(String value) |
| Modifier and Type | Method and Description |
|---|---|
String |
BaseAuthListFilterBy.format(List<Reference> values) |
| Modifier and Type | Method and Description |
|---|---|
int |
HookAPI.create(Reference object,
HookCreate create)
Create a new hook on the given object.
|
List<Hook> |
HookAPI.get(Reference object)
Returns the hooks on the object.
|
| Modifier and Type | Method and Description |
|---|---|
int |
RatingAPI.approves(Reference reference)
Indicates that the active user approves the object
|
int |
RatingAPI.attend(Reference reference)
Indicates that the active user will attend
|
int |
RatingAPI.createRating(Reference reference,
RatingType type,
int value)
Add a new rating of the user to the object.
|
void |
RatingAPI.deleteRating(Reference reference,
RatingType type)
Deletes the rating of the given type on the object by the active user
|
int |
RatingAPI.disapproves(Reference reference)
Indicates that the active user disapproves the object
|
int |
RatingAPI.fivestar(Reference reference,
int stars)
Give a five star rating of the object
|
RatingValuesMap |
RatingAPI.getAllRatings(Reference reference)
Returns all the ratings for the given object.
|
int |
RatingAPI.getRating(Reference reference,
RatingType type,
int userId)
Returns the rating value for the given rating type, object and user.
|
TypeRating |
RatingAPI.getRatings(Reference reference,
RatingType type)
Get the rating average (for fivestar) and totals for the given rating
type on the specified object.
|
int |
RatingAPI.like(Reference reference)
Indicates that the active user likes the object
|
int |
RatingAPI.maybeAttend(Reference reference)
Indicates that the active user will maybe attend
|
int |
RatingAPI.no(Reference reference)
Indicates that the active user says "no" to the object
|
int |
RatingAPI.notAttend(Reference reference)
Indicates that the active user will not attend
|
int |
RatingAPI.thumbsDown(Reference reference)
Indicates that the active user give thumbs down to the object
|
int |
RatingAPI.thumbsUp(Reference reference)
Indicates that the active user give thumbs up to the object
|
int |
RatingAPI.yes(Reference reference)
Indicates that the active user says "yes" to the object
|
| Modifier and Type | Method and Description |
|---|---|
StreamObject |
StreamAPI.getStreamObject(Reference reference)
Returns an object (item or status) as a stream object.
|
StreamObjectV2 |
StreamAPI.getStreamObjectV2(Reference reference)
Returns an object (item or status) as a stream object.
|
| Modifier and Type | Method and Description |
|---|---|
Reference |
Subscription.getReference() |
| Modifier and Type | Method and Description |
|---|---|
Subscription |
SubscriptionAPI.getSubscription(Reference reference)
Get the subscription for the given object
|
void |
Subscription.setReference(Reference reference) |
void |
SubscriptionAPI.subscribe(Reference reference)
Subscribes the user to the given object.
|
void |
SubscriptionAPI.unsubscribe(Reference reference)
Unsubscribe from getting notifications on actions on the given object.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TagAPI.createTags(Reference reference,
Collection<String> tags)
Add a new set of tags to the object.
|
void |
TagAPI.createTags(Reference reference,
String... tags)
Add a new set of tags to the object.
|
void |
TagAPI.removeTag(Reference reference,
String tag)
Removes a single tag from an object.
|
void |
TagAPI.updateTags(Reference reference,
Collection<String> tags)
Update the tags on the objects
|
void |
TagAPI.updateTags(Reference reference,
String... tags)
Update the tags on the objects
|
| Modifier and Type | Method and Description |
|---|---|
int |
TaskAPI.createTaskWithReference(TaskCreate task,
Reference reference,
boolean silent)
Creates a new task with a reference to the given object.
|
List<Task> |
TaskAPI.getTasksWithReference(Reference reference)
Gets a list of tasks with a reference to the given object.
|
Copyright © 2014. All Rights Reserved.