Interface UpdateNumbersRequest


public interface UpdateNumbersRequest
UpdateNumbersRequest
  • Method Details

    • getNumbers

      List<String> 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

      static UpdateNumbersRequest.Builder builder()
      Getting builder
      Returns:
      New Builder instance