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