Class Region


  • public class Region
    extends Object
    Region information related to assigned numbers
    Since:
    1.0
    • Constructor Detail

      • Region

        public Region​(String regionCode,
                      String regionName,
                      Collection<NumberType> types)
        Parameters:
        regionCode - ISO 3166-1 alpha-2 region code. Examples: US, UK or SE.
        regionName - Display name of the region. Examples: United States, United Kingdom or Sweden.
        types - A list of the different number types available.