Uses of Class
com.podio.common.Reference
-
Packages that use Reference 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 -
-
Uses of Reference in com.podio.comment
Methods in com.podio.comment with parameters of type Reference Modifier and Type Method Description intCommentAPI. addComment(Reference reference, CommentCreate comment, boolean silent, boolean hook)Adds a new comment to the object of the given type and id, f.ex. item 1.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 Reference in com.podio.common
Methods in com.podio.common that return Reference Modifier and Type Method Description static ReferenceReference. parse(String value) -
Uses of Reference in com.podio.conversation
Methods in com.podio.conversation with parameters of type Reference Modifier and Type Method Description intConversationAPI. 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. -
Uses of Reference in com.podio.file
Subclasses of Reference in com.podio.file Modifier and Type Class Description classFileReference -
Uses of Reference in com.podio.filter
Method parameters in com.podio.filter with type arguments of type Reference Modifier and Type Method Description StringBaseAuthListFilterBy. format(List<Reference> values) -
Uses of Reference in com.podio.hook
Methods in com.podio.hook with parameters of type Reference Modifier and Type Method Description intHookAPI. 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. -
Uses of Reference in com.podio.rating
Methods in com.podio.rating with parameters of type Reference Modifier and Type Method Description intRatingAPI. approves(Reference reference)Indicates that the active user approves the objectintRatingAPI. attend(Reference reference)Indicates that the active user will attendintRatingAPI. createRating(Reference reference, RatingType type, int value)Add a new rating of the user to the object.voidRatingAPI. deleteRating(Reference reference, RatingType type)Deletes the rating of the given type on the object by the active userintRatingAPI. disapproves(Reference reference)Indicates that the active user disapproves the objectintRatingAPI. fivestar(Reference reference, int stars)Give a five star rating of the objectRatingValuesMapRatingAPI. getAllRatings(Reference reference)Returns all the ratings for the given object.intRatingAPI. getRating(Reference reference, RatingType type, int userId)Returns the rating value for the given rating type, object and user.TypeRatingRatingAPI. getRatings(Reference reference, RatingType type)Get the rating average (for fivestar) and totals for the given rating type on the specified object.intRatingAPI. like(Reference reference)Indicates that the active user likes the objectintRatingAPI. maybeAttend(Reference reference)Indicates that the active user will maybe attendintRatingAPI. no(Reference reference)Indicates that the active user says "no" to the objectintRatingAPI. notAttend(Reference reference)Indicates that the active user will not attendintRatingAPI. thumbsDown(Reference reference)Indicates that the active user give thumbs down to the objectintRatingAPI. thumbsUp(Reference reference)Indicates that the active user give thumbs up to the objectintRatingAPI. yes(Reference reference)Indicates that the active user says "yes" to the object -
Uses of Reference in com.podio.stream
Methods in com.podio.stream with parameters of type Reference Modifier and Type Method Description StreamObjectStreamAPI. getStreamObject(Reference reference)Returns an object (item or status) as a stream object.StreamObjectV2StreamAPI. getStreamObjectV2(Reference reference)Returns an object (item or status) as a stream object. -
Uses of Reference in com.podio.subscription
Methods in com.podio.subscription that return Reference Modifier and Type Method Description ReferenceSubscription. getReference()Methods in com.podio.subscription with parameters of type Reference Modifier and Type Method Description SubscriptionSubscriptionAPI. getSubscription(Reference reference)Get the subscription for the given objectvoidSubscription. setReference(Reference reference)voidSubscriptionAPI. subscribe(Reference reference)Subscribes the user to the given object.voidSubscriptionAPI. unsubscribe(Reference reference)Unsubscribe from getting notifications on actions on the given object. -
Uses of Reference in com.podio.tag
Methods in com.podio.tag with parameters of type Reference Modifier and Type Method Description voidTagAPI. createTags(Reference reference, String... tags)Add a new set of tags to the object.voidTagAPI. createTags(Reference reference, Collection<String> tags)Add a new set of tags to the object.voidTagAPI. removeTag(Reference reference, String tag)Removes a single tag from an object.voidTagAPI. updateTags(Reference reference, String... tags)Update the tags on the objectsvoidTagAPI. updateTags(Reference reference, Collection<String> tags)Update the tags on the objects -
Uses of Reference in com.podio.task
Methods in com.podio.task with parameters of type Reference Modifier and Type Method Description intTaskAPI. createTaskWithReference(TaskCreate task, Reference reference, boolean silent)Creates a new task with a reference to the given object.intTaskAPI. createTaskWithReference(TaskCreate task, Reference reference, boolean silent, boolean hook)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.
-