Class BWSystem.SystemCommunicationBarringAlternateCallIndicatorDeleteRequest

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

public static class BWSystem.SystemCommunicationBarringAlternateCallIndicatorDeleteRequest extends Request<DefaultResponse>
Delete a Communication Barring Alternate Call Indicator. The response is either a SuccessResponse or an ErrorResponse.
Author:
AlpacaGenerator
  • Field Details

    • alternateCallIndicator

      @NotNull @Size(min=1, max=40) protected @NotNull @Size(min=1,max=40) String alternateCallIndicator
  • Constructor Details

    • SystemCommunicationBarringAlternateCallIndicatorDeleteRequest

      public SystemCommunicationBarringAlternateCallIndicatorDeleteRequest()
    • SystemCommunicationBarringAlternateCallIndicatorDeleteRequest

      public SystemCommunicationBarringAlternateCallIndicatorDeleteRequest(BroadWorksServer broadWorksServer, String alternateCallIndicator)
  • Method Details