Uses of Class
com.podio.conversation.Conversation
-
Packages that use Conversation Package Description com.podio.conversation -
-
Uses of Conversation in com.podio.conversation
Methods in com.podio.conversation that return Conversation Modifier and Type Method Description ConversationConversationAPI. getConversation(int conversationId)Gets the conversation including participants and messages with the the given id.Methods in com.podio.conversation that return types with arguments of type Conversation Modifier and Type Method Description List<Conversation>ConversationAPI. getConversationsOnObject(Reference object)Returns a list of all the conversations on the object that the active user is part of.
-