Class BWSystem.SystemCountryCodeDeleteRequest

java.lang.Object
co.ecg.alpaca.toolkit.messaging.request.Request<DefaultResponse>
co.ecg.alpaca.toolkit.generated.BWSystem.SystemCountryCodeDeleteRequest
Enclosing class:
BWSystem

public static class BWSystem.SystemCountryCodeDeleteRequest extends Request<DefaultResponse>
Delete a country code from the system. A country code cannot be deleted if it is the default country code or if any carriers or call type mappings are defined against it. The response is either a SuccessResponse or an ErrorResponse.
Author:
AlpacaGenerator
  • Field Details

    • countryCode

      @NotNull @Pattern(regexp="[0-9]|[1-9][0-9]{1,2}") @Size(max=3) protected @NotNull @Size(max=3) String countryCode
  • Constructor Details

    • SystemCountryCodeDeleteRequest

      public SystemCountryCodeDeleteRequest()
    • SystemCountryCodeDeleteRequest

      public SystemCountryCodeDeleteRequest(BroadWorksServer broadWorksServer, String countryCode)
  • Method Details