Interface UnAssignNumberRequest
public interface UnAssignNumberRequest
UnAssignNumberRequest
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic interface
Dedicated Builder -
Method Summary
Modifier and TypeMethodDescriptionbuilder()
Getting builderIndicates the application where the number(s) was assigned.(optional) indicates the DID capability that was assigned to the chosen application.The phone number in E.164 format (https://community.sinch.com/t5/Glossary/E-164/ta-p/7537)
-
Method Details
-
getNumber
String getNumber()The phone number in E.164 format (https://community.sinch.com/t5/Glossary/E-164/ta-p/7537)- Returns:
- number
-
getApplicationKey
String getApplicationKey()Indicates the application where the number(s) was assigned. If empty, the application key that is used to sign the request will be used.- Returns:
- applicationKey
-
getCapability
Capability getCapability()(optional) indicates the DID capability that was 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
-