Modifier and Type | Method and Description |
---|---|
OutgoingCallerId |
OutgoingCallerIdFetcher.execute(TwilioRestClient client)
Make the request to the Twilio API to perform the fetch.
|
Modifier and Type | Method and Description |
---|---|
ResourceSet<OutgoingCallerId> |
OutgoingCallerIdReader.execute(TwilioRestClient client)
Make the request to the Twilio API to perform the read.
|
Page<OutgoingCallerId> |
OutgoingCallerIdReader.firstPage(TwilioRestClient client)
Make the request to the Twilio API to perform the read.
|
Page<OutgoingCallerId> |
OutgoingCallerIdReader.nextPage(Page<OutgoingCallerId> page,
TwilioRestClient client)
Retrieve the next page from the Twilio API.
|
Modifier and Type | Method and Description |
---|---|
Page<OutgoingCallerId> |
OutgoingCallerIdReader.nextPage(Page<OutgoingCallerId> page,
TwilioRestClient client)
Retrieve the next page from the Twilio API.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
OutgoingCallerId |
OutgoingCallerIdUpdater.execute(TwilioRestClient client)
Make the request to the Twilio API to perform the update.
|
Copyright © 2011 Twilio, Inc. All Rights Reserved.