Class BWSystem.SystemCodecDeleteRequest

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

public static class BWSystem.SystemCodecDeleteRequest extends Request<DefaultResponse>
Request to delete a supported codec from the system. The response is either a SuccessResponse or an ErrorResponse.
Author:
AlpacaGenerator
  • Field Details

    • codec

      @NotNull protected @NotNull Codec codec
  • Constructor Details

    • SystemCodecDeleteRequest

      public SystemCodecDeleteRequest()
    • SystemCodecDeleteRequest

      public SystemCodecDeleteRequest(BroadWorksServer broadWorksServer, Codec codec)
  • Method Details