Package | Description |
---|---|
com.twilio.sdk.reader.api.v2010.account.availablephonenumbercountry | |
com.twilio.sdk.resource.api.v2010.account.availablephonenumbercountry |
Modifier and Type | Method and Description |
---|---|
ResourceSet<Mobile> |
MobileReader.execute(TwilioRestClient client)
Make the request to the Twilio API to perform the read.
|
Page<Mobile> |
MobileReader.firstPage(TwilioRestClient client)
Make the request to the Twilio API to perform the read.
|
Page<Mobile> |
MobileReader.nextPage(Page<Mobile> page,
TwilioRestClient client)
Retrieve the next page from the Twilio API.
|
Modifier and Type | Method and Description |
---|---|
Page<Mobile> |
MobileReader.nextPage(Page<Mobile> page,
TwilioRestClient client)
Retrieve the next page from the Twilio API.
|
Modifier and Type | Method and Description |
---|---|
static Mobile |
Mobile.fromJson(InputStream json,
com.fasterxml.jackson.databind.ObjectMapper objectMapper)
Converts a JSON InputStream into a Mobile object using the provided
ObjectMapper.
|
static Mobile |
Mobile.fromJson(String json,
com.fasterxml.jackson.databind.ObjectMapper objectMapper)
Converts a JSON String into a Mobile object using the provided ObjectMapper.
|
Copyright © 2011 Twilio, Inc. All Rights Reserved.