@GwtIncompatible public static class Group.GroupOfficeZoneUnassignListRequest extends Request<DefaultResponse>
Request.Protocol
Modifier and Type | Field and Description |
---|---|
protected String |
defaultOfficeZoneName |
protected Group |
group |
protected String[] |
officeZoneName |
Constructor and Description |
---|
GroupOfficeZoneUnassignListRequest(Group group) |
Modifier and Type | Method and Description |
---|---|
void |
formRequest()
Forms the XML Document for this Request Object.
|
String |
getDefaultOfficeZoneName() |
static Group.GroupOfficeZoneUnassignListRequest |
getEmptyObject(BroadWorksServer broadWorksServer)
Retrieves this object with minimal setup.
|
Group |
getGroup() |
String[] |
getOfficeZoneName() |
Group.GroupOfficeZoneUnassignListRequest |
setDefaultOfficeZoneName(String defaultOfficeZoneName) |
Group.GroupOfficeZoneUnassignListRequest |
setGroup(Group group) |
Group.GroupOfficeZoneUnassignListRequest |
setOfficeZoneName(String... officeZoneName) |
appendChild, appendChild, appendChild, asyncFire, createElement, createNilElement, createTextElement, fire, fire, getBroadWorksServer, getCacheString, getCommandElement, getCommandType, getDomDocument, getId, getResponseClass, getRootElement, getValidationErrorsAsString, isMemberOfBundle, isValid, setBroadWorksServer, setCommandElement, setCommandType, setDomDocument, setMemberOfBundle, setRequestId, setResponseClass, setRootElement, toString, validate
@NotNull protected transient Group group
@StringArrayElementSize(min=1, max=40) protected String[] officeZoneName
@Size(min=1, max=40) protected String defaultOfficeZoneName
public GroupOfficeZoneUnassignListRequest(Group group)
public Group.GroupOfficeZoneUnassignListRequest setGroup(Group group)
public Group getGroup()
public Group.GroupOfficeZoneUnassignListRequest setOfficeZoneName(String... officeZoneName)
public String[] getOfficeZoneName()
public Group.GroupOfficeZoneUnassignListRequest setDefaultOfficeZoneName(String defaultOfficeZoneName)
public String getDefaultOfficeZoneName()
public static Group.GroupOfficeZoneUnassignListRequest getEmptyObject(BroadWorksServer broadWorksServer)
broadWorksServer
- The BroadWorksServerpublic void formRequest()
formRequest
in class Request<DefaultResponse>
Copyright © 2016 ECG. All rights reserved.