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