public interface AvailableRegion
A region for which numbers are provided.
  • Method Details

    • getRegionCode

      String getRegionCode()
      ISO 3166-1 alpha-2 region code. Examples: US, GB or SE.
      Returns:
      regionCode
    • getRegionName

      String getRegionName()
      Display name of the region. Examples: United States, United Kingdom or Sweden.
      Returns:
      regionName
    • getTypes

      List<NumberType> getTypes()
      A list of the different number types available. Examples: MOBILE or LOCAL .
      Returns:
      types
    • builder

      static AvailableRegion.Builder builder()
      Getting builder
      Returns:
      New Builder instance