Class BWSystem.SystemOfficeZoneDeleteRequest

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

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

    • officeZoneName

      @NotNull @Size(min=1, max=40) protected @NotNull @Size(min=1,max=40) String officeZoneName
  • Constructor Details

    • SystemOfficeZoneDeleteRequest

      public SystemOfficeZoneDeleteRequest()
    • SystemOfficeZoneDeleteRequest

      public SystemOfficeZoneDeleteRequest(BroadWorksServer broadWorksServer, String officeZoneName)
  • Method Details