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