Class 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 Detail

      • officeZoneName

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

      • SystemOfficeZoneDeleteRequest

        public SystemOfficeZoneDeleteRequest()
      • SystemOfficeZoneDeleteRequest

        public SystemOfficeZoneDeleteRequest​(BroadWorksServer broadWorksServer,
                                             String officeZoneName)