public static class InventoryReport.GroupInventoryReportGetRequest extends Request<InventoryReport.GroupInventoryReportGetResponse>
Modifier and Type | Field and Description |
---|---|
Group |
group |
boolean |
groupIsModified |
Boolean |
includeAccessDevices |
boolean |
includeAccessDevicesIsModified |
Boolean |
includeDepartments |
boolean |
includeDepartmentsIsModified |
Boolean |
includeDns |
boolean |
includeDnsIsModified |
Boolean |
includeServices |
boolean |
includeServicesIsModified |
Boolean |
includeUsers |
boolean |
includeUsersIsModified |
String |
reportDeliveryEmailAddress |
boolean |
reportDeliveryEmailAddressIsModified |
Constructor and Description |
---|
GroupInventoryReportGetRequest(BroadWorksServer bws)
Default Constructor -- Not Guaranteed to work without checking Request validity with isValid()
|
GroupInventoryReportGetRequest(Group group,
Boolean includeUsers,
Boolean includeServices,
Boolean includeDns,
Boolean includeAccessDevices,
Boolean includeDepartments) |
Modifier and Type | Method and Description |
---|---|
void |
formRequest()
Forms the XML Document for this Request Object.
|
Group |
getGroup() |
Boolean |
getIncludeAccessDevices() |
Boolean |
getIncludeDepartments() |
Boolean |
getIncludeDns() |
Boolean |
getIncludeServices() |
Boolean |
getIncludeUsers() |
String |
getReportDeliveryEmailAddress() |
InventoryReport.GroupInventoryReportGetRequest |
setGroup(Group group) |
InventoryReport.GroupInventoryReportGetRequest |
setIncludeAccessDevices(Boolean includeAccessDevices) |
InventoryReport.GroupInventoryReportGetRequest |
setIncludeDepartments(Boolean includeDepartments) |
InventoryReport.GroupInventoryReportGetRequest |
setIncludeDns(Boolean includeDns) |
InventoryReport.GroupInventoryReportGetRequest |
setIncludeServices(Boolean includeServices) |
InventoryReport.GroupInventoryReportGetRequest |
setIncludeUsers(Boolean includeUsers) |
InventoryReport.GroupInventoryReportGetRequest |
setReportDeliveryEmailAddress(String reportDeliveryEmailAddress) |
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 Group group
public transient boolean groupIsModified
public Boolean includeUsers
public transient boolean includeUsersIsModified
public Boolean includeServices
public transient boolean includeServicesIsModified
public Boolean includeDns
public transient boolean includeDnsIsModified
public Boolean includeAccessDevices
public transient boolean includeAccessDevicesIsModified
public Boolean includeDepartments
public transient boolean includeDepartmentsIsModified
@Size(min=1, max=80) public String reportDeliveryEmailAddress
public transient boolean reportDeliveryEmailAddressIsModified
public GroupInventoryReportGetRequest(Group group, Boolean includeUsers, Boolean includeServices, Boolean includeDns, Boolean includeAccessDevices, Boolean includeDepartments)
public GroupInventoryReportGetRequest(BroadWorksServer bws)
bws
- The BroadWorksServer to use for the Requestpublic InventoryReport.GroupInventoryReportGetRequest setGroup(Group group)
public Group getGroup()
public InventoryReport.GroupInventoryReportGetRequest setIncludeUsers(Boolean includeUsers)
public Boolean getIncludeUsers()
public InventoryReport.GroupInventoryReportGetRequest setIncludeServices(Boolean includeServices)
public Boolean getIncludeServices()
public InventoryReport.GroupInventoryReportGetRequest setIncludeDns(Boolean includeDns)
public Boolean getIncludeDns()
public InventoryReport.GroupInventoryReportGetRequest setIncludeAccessDevices(Boolean includeAccessDevices)
public Boolean getIncludeAccessDevices()
public InventoryReport.GroupInventoryReportGetRequest setIncludeDepartments(Boolean includeDepartments)
public Boolean getIncludeDepartments()
public InventoryReport.GroupInventoryReportGetRequest setReportDeliveryEmailAddress(String reportDeliveryEmailAddress)
public String getReportDeliveryEmailAddress()
public void formRequest() throws RequestException
formRequest
in class Request<InventoryReport.GroupInventoryReportGetResponse>
RequestException
Copyright © 2016 ECG, Inc. All rights reserved.