Package | Description |
---|---|
com.twilio.rest.conversations.v1 |
Modifier and Type | Method and Description |
---|---|
Conversation |
ConversationCreator.create(TwilioRestClient client)
Make the request to the Twilio API to perform the create.
|
Conversation |
ConversationFetcher.fetch(TwilioRestClient client)
Make the request to the Twilio API to perform the fetch.
|
static Conversation |
Conversation.fromJson(InputStream json,
com.fasterxml.jackson.databind.ObjectMapper objectMapper)
Converts a JSON InputStream into a Conversation object using the provided
ObjectMapper.
|
static Conversation |
Conversation.fromJson(String json,
com.fasterxml.jackson.databind.ObjectMapper objectMapper)
Converts a JSON String into a Conversation object using the provided
ObjectMapper.
|
Conversation |
ConversationUpdater.update(TwilioRestClient client)
Make the request to the Twilio API to perform the update.
|
Modifier and Type | Method and Description |
---|---|
Page<Conversation> |
ConversationReader.firstPage(TwilioRestClient client)
Make the request to the Twilio API to perform the read.
|
Page<Conversation> |
ConversationReader.getPage(String targetUrl,
TwilioRestClient client)
Retrieve the target page from the Twilio API.
|
Page<Conversation> |
ConversationReader.nextPage(Page<Conversation> page,
TwilioRestClient client)
Retrieve the next page from the Twilio API.
|
Page<Conversation> |
ConversationReader.previousPage(Page<Conversation> page,
TwilioRestClient client)
Retrieve the previous page from the Twilio API.
|
ResourceSet<Conversation> |
ConversationReader.read(TwilioRestClient client)
Make the request to the Twilio API to perform the read.
|
Modifier and Type | Method and Description |
---|---|
Page<Conversation> |
ConversationReader.nextPage(Page<Conversation> page,
TwilioRestClient client)
Retrieve the next page from the Twilio API.
|
Page<Conversation> |
ConversationReader.previousPage(Page<Conversation> page,
TwilioRestClient client)
Retrieve the previous page from the Twilio API.
|
Copyright © 2019 Twilio, Inc. All Rights Reserved.