| Package | Description |
|---|---|
| com.twilio.rest.api.v2010.account |
| Modifier and Type | Method and Description |
|---|---|
OutgoingCallerId |
OutgoingCallerIdFetcher.fetch(TwilioRestClient client)
Make the request to the Twilio API to perform the fetch.
|
static OutgoingCallerId |
OutgoingCallerId.fromJson(InputStream json,
com.fasterxml.jackson.databind.ObjectMapper objectMapper)
Converts a JSON InputStream into a OutgoingCallerId object using the provided
ObjectMapper.
|
static OutgoingCallerId |
OutgoingCallerId.fromJson(String json,
com.fasterxml.jackson.databind.ObjectMapper objectMapper)
Converts a JSON String into a OutgoingCallerId object using the provided
ObjectMapper.
|
OutgoingCallerId |
OutgoingCallerIdUpdater.update(TwilioRestClient client)
Make the request to the Twilio API to perform the update.
|
| Modifier and Type | Method and Description |
|---|---|
Page<OutgoingCallerId> |
OutgoingCallerIdReader.firstPage(TwilioRestClient client)
Make the request to the Twilio API to perform the read.
|
Page<OutgoingCallerId> |
OutgoingCallerIdReader.getPage(String targetUrl,
TwilioRestClient client)
Retrieve the target page from the Twilio API.
|
Page<OutgoingCallerId> |
OutgoingCallerIdReader.nextPage(Page<OutgoingCallerId> page,
TwilioRestClient client)
Retrieve the next page from the Twilio API.
|
Page<OutgoingCallerId> |
OutgoingCallerIdReader.previousPage(Page<OutgoingCallerId> page,
TwilioRestClient client)
Retrieve the previous page from the Twilio API.
|
ResourceSet<OutgoingCallerId> |
OutgoingCallerIdReader.read(TwilioRestClient client)
Make the request to the Twilio API to perform the read.
|
| Modifier and Type | Method and Description |
|---|---|
Page<OutgoingCallerId> |
OutgoingCallerIdReader.nextPage(Page<OutgoingCallerId> page,
TwilioRestClient client)
Retrieve the next page from the Twilio API.
|
Page<OutgoingCallerId> |
OutgoingCallerIdReader.previousPage(Page<OutgoingCallerId> page,
TwilioRestClient client)
Retrieve the previous page from the Twilio API.
|
Copyright © 2016 Twilio, Inc. All Rights Reserved.