public static class OutgoingCallingPlan.GroupOutgoingCallingPlanDepartmentAuthorizationCodeDeleteListRequest extends Request<Response.DefaultResponse>
Modifier and Type | Field and Description |
---|---|
String[] |
code |
boolean |
codeIsModified |
DepartmentKey |
departmentKey |
boolean |
departmentKeyIsModified |
Group |
group |
boolean |
groupIsModified |
Constructor and Description |
---|
GroupOutgoingCallingPlanDepartmentAuthorizationCodeDeleteListRequest(BroadWorksServer bws)
Default Constructor -- Not Guaranteed to work without checking Request validity with isValid()
|
GroupOutgoingCallingPlanDepartmentAuthorizationCodeDeleteListRequest(Group group,
String... code) |
Modifier and Type | Method and Description |
---|---|
void |
formRequest()
Forms the XML Document for this Request Object.
|
String[] |
getCode() |
DepartmentKey |
getDepartmentKey() |
Group |
getGroup() |
OutgoingCallingPlan.GroupOutgoingCallingPlanDepartmentAuthorizationCodeDeleteListRequest |
setCode(String... code) |
OutgoingCallingPlan.GroupOutgoingCallingPlanDepartmentAuthorizationCodeDeleteListRequest |
setDepartmentKey(DepartmentKey departmentKey) |
OutgoingCallingPlan.GroupOutgoingCallingPlanDepartmentAuthorizationCodeDeleteListRequest |
setGroup(Group group) |
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 DepartmentKey departmentKey
public transient boolean departmentKeyIsModified
@StringArrayElementSize(min=2, max=14) @Size(min=1) public String[] code
public transient boolean codeIsModified
public GroupOutgoingCallingPlanDepartmentAuthorizationCodeDeleteListRequest(Group group, String... code)
public GroupOutgoingCallingPlanDepartmentAuthorizationCodeDeleteListRequest(BroadWorksServer bws)
bws
- The BroadWorksServer to use for the Requestpublic OutgoingCallingPlan.GroupOutgoingCallingPlanDepartmentAuthorizationCodeDeleteListRequest setGroup(Group group)
public Group getGroup()
public OutgoingCallingPlan.GroupOutgoingCallingPlanDepartmentAuthorizationCodeDeleteListRequest setDepartmentKey(DepartmentKey departmentKey)
public DepartmentKey getDepartmentKey()
public OutgoingCallingPlan.GroupOutgoingCallingPlanDepartmentAuthorizationCodeDeleteListRequest setCode(String... code)
public String[] getCode()
public void formRequest() throws RequestException
formRequest
in class Request<Response.DefaultResponse>
RequestException
Copyright © 2016 ECG, Inc. All rights reserved.