Interface OwnedNumberInformation
public interface OwnedNumberInformation
OwnedNumberInformation
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic interface
Dedicated Builder -
Method Summary
Modifier and TypeMethodDescriptionbuilder()
Getting builderIndicates the application where the number(s) will be assigned.Get capabilityNumbers that you own in E.164 format.
-
Method Details
-
getNumber
String getNumber()Numbers that you own in E.164 format.- Returns:
- number
-
getApplicationKey
String getApplicationKey()Indicates the application where the number(s) will be assigned. If no number is assigned the applicationkey will not be returned.- Returns:
- applicationKey
-
getCapability
Capability getCapability()Get capability- Returns:
- capability
-
builder
Getting builder- Returns:
- New Builder instance
-