@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, createDocument, createElement, createNilElement, createTextElement, fire, fire, getBroadWorksServer, getCommandElement, getCommandType, getDomDocument, getId, getResponseClass, getRootElement, isMemberOfBundle, isValid, run, setBroadWorksServer, setCommandElement, setCommandType, setDomDocument, setMemberOfBundle, setRequestId, 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 © 2016 ECG. All rights reserved.