Class BWSystem.SystemOfficeZoneGetRequest

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

public static class BWSystem.SystemOfficeZoneGetRequest extends Request<BWSystem.SystemOfficeZoneGetResponse>
Get an existing Office Zone. The response is either a SystemOfficeZoneGetResponse 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

    • SystemOfficeZoneGetRequest

      public SystemOfficeZoneGetRequest()
    • SystemOfficeZoneGetRequest

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