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