public static class CallCenter.GroupCallCenterAgentThresholdProfileDeleteRequest extends Request<Response.DefaultResponse>
Modifier and Type | Field and Description |
---|---|
Group |
group |
boolean |
groupIsModified |
String |
profileName |
boolean |
profileNameIsModified |
Constructor and Description |
---|
GroupCallCenterAgentThresholdProfileDeleteRequest(BroadWorksServer bws)
Default Constructor -- Not Guaranteed to work without checking Request validity with isValid()
|
GroupCallCenterAgentThresholdProfileDeleteRequest(Group group,
String profileName) |
Modifier and Type | Method and Description |
---|---|
void |
formRequest()
Forms the XML Document for this Request Object.
|
Group |
getGroup() |
String |
getProfileName() |
CallCenter.GroupCallCenterAgentThresholdProfileDeleteRequest |
setGroup(Group group) |
CallCenter.GroupCallCenterAgentThresholdProfileDeleteRequest |
setProfileName(String profileName) |
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
@Size(min=1, max=40) public String profileName
public transient boolean profileNameIsModified
public GroupCallCenterAgentThresholdProfileDeleteRequest(Group group, String profileName)
public GroupCallCenterAgentThresholdProfileDeleteRequest(BroadWorksServer bws)
bws
- The BroadWorksServer to use for the Requestpublic CallCenter.GroupCallCenterAgentThresholdProfileDeleteRequest setGroup(Group group)
public Group getGroup()
public CallCenter.GroupCallCenterAgentThresholdProfileDeleteRequest setProfileName(String profileName)
public String getProfileName()
public void formRequest() throws RequestException
formRequest
in class Request<Response.DefaultResponse>
RequestException
Copyright © 2016 ECG, Inc. All rights reserved.