Interface AvailableRegion
public interface AvailableRegion
A region for which numbers are provided.
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionstatic AvailableRegion.Builderbuilder()Getting builderISO 3166-1 alpha-2 region code.Display name of the region.getTypes()A list of the different number types available.
-
Method Details
-
getRegionCode
String getRegionCode()ISO 3166-1 alpha-2 region code. Examples: US, UK or SE.- Returns:
- regionCode
- Read Only
- This field is returned by the server and cannot be modified
-
getRegionName
String getRegionName()Display name of the region. Examples: United States, United Kingdom or Sweden.- Returns:
- regionName
- Read Only
- This field is returned by the server and cannot be modified
-
getTypes
List<NumberType> getTypes()A list of the different number types available. Examples:MOBILEorLOCAL.- Returns:
- types
- Read Only
- This field is returned by the server and cannot be modified
-
builder
Getting builder- Returns:
- New Builder instance
-