Uses of Class
com.podio.BaseAPI
-
-
Uses of BaseAPI in com.podio
Methods in com.podio with type parameters of type BaseAPI Modifier and Type Method Description <T extends BaseAPI>
TAPIFactory. getAPI(Class<T> apiClass) -
Uses of BaseAPI in com.podio.app
Subclasses of BaseAPI in com.podio.app Modifier and Type Class Description classAppAPIThis area is used to manage application definitions. -
Uses of BaseAPI in com.podio.calendar
Subclasses of BaseAPI in com.podio.calendar Modifier and Type Class Description classCalendarAPIThe calendar is used to get the calendar for a user. -
Uses of BaseAPI in com.podio.comment
Subclasses of BaseAPI in com.podio.comment Modifier and Type Class Description classCommentAPIComments are made by users on different objects. -
Uses of BaseAPI in com.podio.contact
Subclasses of BaseAPI in com.podio.contact Modifier and Type Class Description classContactAPIEach user have a profile attached, that holds all the personal details of the user. -
Uses of BaseAPI in com.podio.conversation
Subclasses of BaseAPI in com.podio.conversation Modifier and Type Class Description classConversationAPI -
Uses of BaseAPI in com.podio.device
Subclasses of BaseAPI in com.podio.device Modifier and Type Class Description classDeviceAPI -
Uses of BaseAPI in com.podio.embed
Subclasses of BaseAPI in com.podio.embed Modifier and Type Class Description classEmbedAPIEmbeds are links shared by users in statuses, conversations and comments. -
Uses of BaseAPI in com.podio.file
Subclasses of BaseAPI in com.podio.file Modifier and Type Class Description classFileAPI -
Uses of BaseAPI in com.podio.hook
Subclasses of BaseAPI in com.podio.hook Modifier and Type Class Description classHookAPI -
Uses of BaseAPI in com.podio.item
Subclasses of BaseAPI in com.podio.item Modifier and Type Class Description classItemAPIItems are entries in an app. -
Uses of BaseAPI in com.podio.notification
Subclasses of BaseAPI in com.podio.notification Modifier and Type Class Description classNotificationAPIA notification is an information about an event that occured in Podio. -
Uses of BaseAPI in com.podio.oauth
Subclasses of BaseAPI in com.podio.oauth Modifier and Type Class Description classOAuthAPI -
Uses of BaseAPI in com.podio.org
Subclasses of BaseAPI in com.podio.org Modifier and Type Class Description classOrgAPI -
Uses of BaseAPI in com.podio.rating
Subclasses of BaseAPI in com.podio.rating Modifier and Type Class Description classRatingAPIMany objects can be rated including items and status messages. -
Uses of BaseAPI in com.podio.search
Subclasses of BaseAPI in com.podio.search Modifier and Type Class Description classSearchAPIThis API makes it possible to search across Podio. -
Uses of BaseAPI in com.podio.space
Subclasses of BaseAPI in com.podio.space Modifier and Type Class Description classSpaceAPI -
Uses of BaseAPI in com.podio.status
Subclasses of BaseAPI in com.podio.status Modifier and Type Class Description classStatusAPIStatus messages are small texts that the users wishes to share with the other users in a space. -
Uses of BaseAPI in com.podio.stream
Subclasses of BaseAPI in com.podio.stream Modifier and Type Class Description classStreamAPISubscriptions allows the user to be notified when an object is created, updated, delete, comments added to it or rated. -
Uses of BaseAPI in com.podio.subscription
Subclasses of BaseAPI in com.podio.subscription Modifier and Type Class Description classSubscriptionAPISubscriptions allows the user to be notified when an object is created, updated, delete, comments added to it or rated. -
Uses of BaseAPI in com.podio.tag
Subclasses of BaseAPI in com.podio.tag Modifier and Type Class Description classTagAPITags are words or short sentences that are used as metadata for objects. -
Uses of BaseAPI in com.podio.task
Subclasses of BaseAPI in com.podio.task Modifier and Type Class Description classTaskAPITasks are used to track what work has to be done. -
Uses of BaseAPI in com.podio.user
Subclasses of BaseAPI in com.podio.user Modifier and Type Class Description classUserAPIThis area holds all the users which just includes basic operations.
-