Uses of Class
dev.vality.swag.messages.model.Conversation
| Package | Description |
|---|---|
| dev.vality.swag.messages.model |
-
Uses of Conversation in dev.vality.swag.messages.model
Methods in dev.vality.swag.messages.model that return Conversation Modifier and Type Method Description ConversationConversation. addMessagesItem(Message messagesItem)ConversationConversation. conversationId(String conversationId)ConversationConversation. messages(List<Message> messages)ConversationConversation. status(ConversationStatus status)Methods in dev.vality.swag.messages.model that return types with arguments of type Conversation Modifier and Type Method Description List<Conversation>ConversationResponse. getConversations()Get conversationsMethods in dev.vality.swag.messages.model with parameters of type Conversation Modifier and Type Method Description ConversationResponseConversationResponse. addConversationsItem(Conversation conversationsItem)Method parameters in dev.vality.swag.messages.model with type arguments of type Conversation Modifier and Type Method Description ConversationResponseConversationResponse. conversations(List<Conversation> conversations)voidConversationResponse. setConversations(List<Conversation> conversations)