Class LocationInfo

java.lang.Object
com.ringcentral.definitions.LocationInfo

public class LocationInfo extends Object
  • Field Details

    • uri

      public String uri
      Canonical URI of a location Format: uri
    • areaCode

      public String areaCode
      Area code of the location
    • city

      public String city
      Official name of the city, belonging to the certain state
    • npa

      public String npa
      Area code of the location (3-digit usually), according to the NANP number format, 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 for details North American Numbering Plan
    • nxx

      public String nxx
      Central office code of the location, according to the NANP number format, 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 for details North American Numbering Plan
    • state

      public LocationStateInfo state
  • Constructor Details

    • LocationInfo

      public LocationInfo()
  • Method Details