|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.twilio.sdk.resource.Resource
com.twilio.sdk.resource.InstanceResource
com.twilio.sdk.resource.instance.AvailablePhoneNumber
public class AvailablePhoneNumber
The Class AvailablePhoneNumber. For more information see https://www.twilio.com/docs/api/rest/available-phone-numbers
| Constructor Summary | |
|---|---|
AvailablePhoneNumber(TwilioRestClient client)
Instantiates a new available phone number. |
|
AvailablePhoneNumber(TwilioRestClient client,
Map<String,Object> properties)
Instantiates a new available phone number. |
|
| Method Summary | |
|---|---|
String |
getFriendlyName()
Gets the friendly name. |
String |
getIsoCountry()
Gets the iso country. |
String |
getLata()
Gets the lata. |
String |
getLatitude()
Gets the latitude. |
String |
getLongitude()
Gets the longitude. |
String |
getPhoneNumber()
Gets the phone number. |
String |
getPostalCode()
Gets the postal code. |
String |
getRateCenter()
Gets the rate center. |
String |
getRegion()
Gets the region. |
| Methods inherited from class com.twilio.sdk.resource.InstanceResource |
|---|
getObject, getProperty, update, update |
| Methods inherited from class com.twilio.sdk.resource.Resource |
|---|
setRequestAccountSid |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AvailablePhoneNumber(TwilioRestClient client)
client - the client
public AvailablePhoneNumber(TwilioRestClient client,
Map<String,Object> properties)
client - the clientproperties - the properties| Method Detail |
|---|
public String getFriendlyName()
public String getPhoneNumber()
public String getLata()
public String getRateCenter()
public String getLatitude()
public String getLongitude()
public String getRegion()
public String getPostalCode()
public String getIsoCountry()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||