Uses of Class
com.twilio.rest.conversations.v1.Conversation
-
Packages that use Conversation Package Description com.twilio.rest.conversations.v1 -
-
Uses of Conversation in com.twilio.rest.conversations.v1
Methods in com.twilio.rest.conversations.v1 that return Conversation Modifier and Type Method Description ConversationConversationCreator. create(TwilioRestClient client)ConversationConversationFetcher. fetch(TwilioRestClient client)static ConversationConversation. fromJson(InputStream json, com.fasterxml.jackson.databind.ObjectMapper objectMapper)Converts a JSON InputStream into a Conversation object using the provided ObjectMapper.static ConversationConversation. fromJson(String json, com.fasterxml.jackson.databind.ObjectMapper objectMapper)Converts a JSON String into a Conversation object using the provided ObjectMapper.ConversationConversationUpdater. update(TwilioRestClient client)Methods in com.twilio.rest.conversations.v1 that return types with arguments of type Conversation Modifier and Type Method Description Page<Conversation>ConversationReader. firstPage(TwilioRestClient client)Page<Conversation>ConversationReader. getPage(String targetUrl, TwilioRestClient client)Page<Conversation>ConversationReader. nextPage(Page<Conversation> page, TwilioRestClient client)Page<Conversation>ConversationReader. previousPage(Page<Conversation> page, TwilioRestClient client)ResourceSet<Conversation>ConversationReader. read(TwilioRestClient client)Method parameters in com.twilio.rest.conversations.v1 with type arguments of type Conversation Modifier and Type Method Description Page<Conversation>ConversationReader. nextPage(Page<Conversation> page, TwilioRestClient client)Page<Conversation>ConversationReader. previousPage(Page<Conversation> page, TwilioRestClient client)
-