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