Interface UpdateNumbersRequest
public interface UpdateNumbersRequest
UpdateNumbersRequest
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic interface
Dedicated Builder -
Method Summary
Modifier and TypeMethodDescriptionstatic UpdateNumbersRequest.Builder
builder()
Getting builderindicates the application where the number(s) will be assigned.indicates the DID capability that needs to be assigned to the chosen application.The phone number or list of numbers in E.164 format.
-
Method Details
-
getNumbers
The phone number or list of numbers in E.164 format.- Returns:
- numbers
-
getApplicationKey
String getApplicationKey()indicates the application where the number(s) will be assigned. If empty, the application key that is used to sign the request will be used.- Returns:
- applicationKey
-
getCapability
Capability getCapability()indicates the DID capability that needs to be assigned to the chosen application. Please note that the DID needs to support the selected capability.- Returns:
- capability
-
builder
Getting builder- Returns:
- New Builder instance
-