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