Package | Description |
---|---|
com.twilio.sdk.creator.api.v2010 | |
com.twilio.sdk.fetcher.api.v2010 | |
com.twilio.sdk.reader.api.v2010 | |
com.twilio.sdk.resource.api.v2010 | |
com.twilio.sdk.updater.api.v2010 |
Modifier and Type | Method and Description |
---|---|
Account |
AccountCreator.execute(TwilioRestClient client)
Make the request to the Twilio API to perform the create.
|
Modifier and Type | Method and Description |
---|---|
Account |
AccountFetcher.execute(TwilioRestClient client)
Make the request to the Twilio API to perform the fetch.
|
Modifier and Type | Method and Description |
---|---|
ResourceSet<Account> |
AccountReader.execute(TwilioRestClient client)
Make the request to the Twilio API to perform the read.
|
Page<Account> |
AccountReader.firstPage(TwilioRestClient client)
Make the request to the Twilio API to perform the read.
|
Page<Account> |
AccountReader.nextPage(Page<Account> page,
TwilioRestClient client)
Retrieve the next page from the Twilio API.
|
Modifier and Type | Method and Description |
---|---|
Page<Account> |
AccountReader.nextPage(Page<Account> page,
TwilioRestClient client)
Retrieve the next page from the Twilio API.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
Account |
AccountUpdater.execute(TwilioRestClient client)
Make the request to the Twilio API to perform the update.
|
Copyright © 2011 Twilio, Inc. All Rights Reserved.