Class BWSystem.SystemCommunicationBarringAlternateCallIndicatorModifyRequest

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

public static class BWSystem.SystemCommunicationBarringAlternateCallIndicatorModifyRequest extends Request<DefaultResponse>
Modify 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
    • networkServerAlternateCallIndicator

      @Size(min=1, max=64) protected @Size(min=1,max=64) String networkServerAlternateCallIndicator
  • Constructor Details

    • SystemCommunicationBarringAlternateCallIndicatorModifyRequest

      public SystemCommunicationBarringAlternateCallIndicatorModifyRequest()
    • SystemCommunicationBarringAlternateCallIndicatorModifyRequest

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