Package com.ringcentral.definitions
Class PhoneNumberInfoNumberParser
java.lang.Object
com.ringcentral.definitions.PhoneNumberInfoNumberParser
-
Field Summary
FieldsModifier and TypeFieldDescriptionArea code of location.Dialing format of a phone numberDTMF (Dual Tone Multi-Frequency) postfixPhone number in [E.164](https://www.itu.int/rec/T-REC-E.164-201011-I) formatThe formatted phone number string in international formatThe formatted phone number string in domestic formatPhone number in [E.164](https://www.itu.int/rec/T-REC-E.164-201011-I) format without plus sign ('+')Original phone number string as it was passed in the request Example: (650) 722-1621Indicates if the number is in a special format (for example N11 code)'Sub-Address.Subscriber number.Indicates if the number is toll free -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncountry
(GetCountryInfoNumberParser country) dtmfPostfix
(String dtmfPostfix) formattedInternational
(String formattedInternational) formattedNational
(String formattedNational) normalized
(String normalized) originalString
(String originalString) subAddress
(String subAddress) subscriberNumber
(String subscriberNumber)
-
Field Details
-
originalString
Original phone number string as it was passed in the request Example: (650) 722-1621 -
country
-
areaCode
Area code of location. The portion of the [E.164](https://www.itu.int/rec/T-REC-E.164-201011-I) number that identifies a specific geographic region/numbering area of the national numbering plan (NANP); that can be summarized as `NPA-NXX-xxxx` and covers Canada, the United States, parts of the Caribbean Sea, and some Atlantic and Pacific islands. See [North American Numbering Plan](https://en.wikipedia.org/wiki/North_American_Numbering_Plan) for details Example: 650 -
dialable
Dialing format of a phone number -
e164
Phone number in [E.164](https://www.itu.int/rec/T-REC-E.164-201011-I) format -
formattedInternational
The formatted phone number string in international format -
formattedNational
The formatted phone number string in domestic format -
special
Indicates if the number is in a special format (for example N11 code)' -
normalized
Phone number in [E.164](https://www.itu.int/rec/T-REC-E.164-201011-I) format without plus sign ('+') -
tollFree
Indicates if the number is toll free -
subAddress
Sub-Address. The portion of the number that identifies a subscriber into the subscriber internal (non-public) network. -
subscriberNumber
Subscriber number. The portion of the [E.164](https://www.itu.int/rec/T-REC-E.164-201011-I) number that identifies a subscriber in a network or numbering area. -
dtmfPostfix
DTMF (Dual Tone Multi-Frequency) postfix
-
-
Constructor Details
-
PhoneNumberInfoNumberParser
public PhoneNumberInfoNumberParser()
-
-
Method Details
-
originalString
-
country
-
areaCode
-
dialable
-
e164
-
formattedInternational
-
formattedNational
-
special
-
normalized
-
tollFree
-
subAddress
-
subscriberNumber
-
dtmfPostfix
-