Class PhoneNumberInfoNumberParser

java.lang.Object
com.ringcentral.definitions.PhoneNumberInfoNumberParser

public class PhoneNumberInfoNumberParser extends Object
  • Field Details

    • originalString

      public String originalString
      Original phone number string as it was passed in the request Example: (650) 722-1621
    • country

    • areaCode

      public String 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

      public String dialable
      Dialing format of a phone number
    • e164

      public String e164
      Phone number in [E.164](https://www.itu.int/rec/T-REC-E.164-201011-I) format
    • formattedInternational

      public String formattedInternational
      The formatted phone number string in international format
    • formattedNational

      public String formattedNational
      The formatted phone number string in domestic format
    • special

      public Boolean special
      Indicates if the number is in a special format (for example N11 code)'
    • normalized

      public String normalized
      Phone number in [E.164](https://www.itu.int/rec/T-REC-E.164-201011-I) format without plus sign ('+')
    • tollFree

      public Boolean tollFree
      Indicates if the number is toll free
    • subAddress

      public String subAddress
      Sub-Address. The portion of the number that identifies a subscriber into the subscriber internal (non-public) network.
    • subscriberNumber

      public String 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

      public String dtmfPostfix
      DTMF (Dual Tone Multi-Frequency) postfix
  • Constructor Details

    • PhoneNumberInfoNumberParser

      public PhoneNumberInfoNumberParser()
  • Method Details