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