Class BWSystem.SystemRoamingNetworkDeleteRequest

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

public static class BWSystem.SystemRoamingNetworkDeleteRequest extends Request<DefaultResponse>
Delete a Roaming Network. The response is either a SuccessResponse or an ErrorResponse.
Author:
AlpacaGenerator
  • Field Details

    • mscAddress

      @NotNull @Size(min=1, max=23) protected @NotNull @Size(min=1,max=23) String mscAddress
  • Constructor Details

    • SystemRoamingNetworkDeleteRequest

      public SystemRoamingNetworkDeleteRequest()
    • SystemRoamingNetworkDeleteRequest

      public SystemRoamingNetworkDeleteRequest(BroadWorksServer broadWorksServer, String mscAddress)
  • Method Details