Package com.podio.conversation
Class ConversationCreate
- java.lang.Object
-
- com.podio.conversation.ConversationCreate
-
public class ConversationCreate extends Object
-
-
Constructor Summary
Constructors Constructor Description ConversationCreate(String subject, String text, List<Integer> participants)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<Integer>getParticipants()StringgetSubject()StringgetText()
-