| Package | Description |
|---|---|
| com.twilio.sdk.fetcher.api.v2010.account | |
| com.twilio.sdk.resource.api.v2010.account | |
| com.twilio.sdk.updater.api.v2010.account |
| Modifier and Type | Method and Description |
|---|---|
Sandbox |
SandboxFetcher.execute(TwilioRestClient client)
Make the request to the Twilio API to perform the fetch.
|
| Modifier and Type | Method and Description |
|---|---|
static Sandbox |
Sandbox.fromJson(InputStream json,
com.fasterxml.jackson.databind.ObjectMapper objectMapper)
Converts a JSON InputStream into a Sandbox object using the provided
ObjectMapper.
|
static Sandbox |
Sandbox.fromJson(String json,
com.fasterxml.jackson.databind.ObjectMapper objectMapper)
Converts a JSON String into a Sandbox object using the provided ObjectMapper.
|
| Modifier and Type | Method and Description |
|---|---|
Sandbox |
SandboxUpdater.execute(TwilioRestClient client)
Make the request to the Twilio API to perform the update.
|
Copyright © 2011 Twilio, Inc. All Rights Reserved.