Class BWSystem.SystemMediaServerDeleteRequest

  • Enclosing class:
    BWSystem

    public static class BWSystem.SystemMediaServerDeleteRequest
    extends Request<DefaultResponse>
    Request to delete a Media Server from the system. The response is either a SuccessResponse or an ErrorResponse.
    Author:
    AlpacaGenerator
    • Field Detail

      • netAddress

        @NotNull
        @Size(min=1,
              max=80)
        protected @NotNull @Size(min=1,max=80) String netAddress
    • Constructor Detail

      • SystemMediaServerDeleteRequest

        public SystemMediaServerDeleteRequest()
      • SystemMediaServerDeleteRequest

        public SystemMediaServerDeleteRequest​(BroadWorksServer broadWorksServer,
                                              String netAddress)