-
public final class ConversationsResponse
-
-
Field Summary
Fields Modifier and Type Field Description private final BooleanisSuccessfulprivate final List<Conversation>dataprivate final Stringdetail
-
Constructor Summary
Constructors Constructor Description ConversationsResponse(List<Conversation> data, String detail)
-
Method Summary
Modifier and Type Method Description final BooleangetIsSuccessful()final List<Conversation>getData()final StringgetDetail()-
-
Constructor Detail
-
ConversationsResponse
ConversationsResponse(List<Conversation> data, String detail)
-
-
Method Detail
-
getIsSuccessful
final Boolean getIsSuccessful()
-
getData
final List<Conversation> getData()
-
-
-
-