Interface QueryNumberInformation
public interface QueryNumberInformation
The number item object.
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic interface
Dedicated Builderstatic class
The type of the number. -
Method Summary
-
Method Details
-
getCountryId
String getCountryId()The ISO 3166-1 formatted country code.- Returns:
- countryId
-
getNumberType
QueryNumberInformation.NumberTypeEnum getNumberType()The type of the number.- Returns:
- numberType
-
getNormalizedNumber
String getNormalizedNumber()The number in E.164 format.- Returns:
- normalizedNumber
-
getRestricted
Boolean getRestricted()Concerns whether the call is restricted or not.- Returns:
- restricted
-
getRate
Price getRate()Get rate- Returns:
- rate
-
builder
Getting builder- Returns:
- New Builder instance
-