public static class Enterprise.EnterpriseDepartmentGetListRequest extends Request<Enterprise.EnterpriseDepartmentGetListResponse>
| Modifier and Type | Field and Description |
|---|---|
Enterprise |
enterprise |
boolean |
enterpriseIsModified |
Boolean |
includeGroupDepartments |
boolean |
includeGroupDepartmentsIsModified |
| Constructor and Description |
|---|
EnterpriseDepartmentGetListRequest(BroadWorksServer bws)
Default Constructor -- Not Guaranteed to work without checking Request validity with isValid()
|
EnterpriseDepartmentGetListRequest(Enterprise enterprise,
Boolean includeGroupDepartments) |
| Modifier and Type | Method and Description |
|---|---|
void |
formRequest()
Forms the XML Document for this Request Object.
|
Enterprise |
getEnterprise() |
Boolean |
getIncludeGroupDepartments() |
Enterprise.EnterpriseDepartmentGetListRequest |
setEnterprise(Enterprise enterprise) |
Enterprise.EnterpriseDepartmentGetListRequest |
setIncludeGroupDepartments(Boolean includeGroupDepartments) |
appendChild, appendChild, appendChild, asyncFire, createElement, createNilElement, createTextElement, fire, fire, getBroadWorksServer, getCommandType, getDomDocument, getResponseClass, isMemberOfBundle, isValid, run, setBroadWorksServer, setCommandElement, setCommandType, setDomDocument, setMemberOfBundle, setRequestId, setResponseClass, setRootElement, toString, validate@NotNull public Enterprise enterprise
public transient boolean enterpriseIsModified
public Boolean includeGroupDepartments
public transient boolean includeGroupDepartmentsIsModified
public EnterpriseDepartmentGetListRequest(Enterprise enterprise, Boolean includeGroupDepartments)
public EnterpriseDepartmentGetListRequest(BroadWorksServer bws)
bws - The BroadWorksServer to use for the Requestpublic Enterprise.EnterpriseDepartmentGetListRequest setEnterprise(Enterprise enterprise)
public Enterprise getEnterprise()
public Enterprise.EnterpriseDepartmentGetListRequest setIncludeGroupDepartments(Boolean includeGroupDepartments)
public Boolean getIncludeGroupDepartments()
public void formRequest()
throws RequestException
formRequest in class Request<Enterprise.EnterpriseDepartmentGetListResponse>RequestExceptionCopyright © 2016 ECG, Inc. All rights reserved.