Modifier and Type | Method and Description |
---|---|
Message |
MessageCreator.execute(TwilioRestClient client)
Make the request to the Twilio API to perform the create.
|
Modifier and Type | Method and Description |
---|---|
Message |
MessageFetcher.execute(TwilioRestClient client)
Make the request to the Twilio API to perform the fetch.
|
Modifier and Type | Method and Description |
---|---|
ResourceSet<Message> |
MessageReader.execute(TwilioRestClient client)
Make the request to the Twilio API to perform the read.
|
Page<Message> |
MessageReader.firstPage(TwilioRestClient client)
Make the request to the Twilio API to perform the read.
|
Page<Message> |
MessageReader.nextPage(Page<Message> page,
TwilioRestClient client)
Retrieve the next page from the Twilio API.
|
Modifier and Type | Method and Description |
---|---|
Page<Message> |
MessageReader.nextPage(Page<Message> page,
TwilioRestClient client)
Retrieve the next page from the Twilio API.
|
Modifier and Type | Method and Description |
---|---|
static Message |
Message.fromJson(InputStream json,
com.fasterxml.jackson.databind.ObjectMapper objectMapper)
Converts a JSON InputStream into a Message object using the provided
ObjectMapper.
|
static Message |
Message.fromJson(String json,
com.fasterxml.jackson.databind.ObjectMapper objectMapper)
Converts a JSON String into a Message object using the provided ObjectMapper.
|
Copyright © 2011 Twilio, Inc. All Rights Reserved.