Class BWSystem.SystemDomainAddRequest

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

public static class BWSystem.SystemDomainAddRequest extends Request<DefaultResponse>
Add a system or reseller domain to the system. The response is either SuccessResponse or ErrorResponse.
Author:
AlpacaGenerator
  • Field Details

    • domain

      @NotNull @Size(min=1, max=80) protected @NotNull @Size(min=1,max=80) String domain
    • resellerId

      @Size(min=1, max=30) protected @Size(min=1,max=30) String resellerId
  • Constructor Details

    • SystemDomainAddRequest

      public SystemDomainAddRequest()
    • SystemDomainAddRequest

      public SystemDomainAddRequest(BroadWorksServer broadWorksServer, String domain)
  • Method Details