Package co.ecg.alpaca.toolkit.generated
Class CallCenter.GroupCallCenterModifyInstanceWeightedCallDistributionRequest
java.lang.Object
co.ecg.alpaca.toolkit.messaging.request.Request<DefaultResponse>
co.ecg.alpaca.toolkit.generated.CallCenter.GroupCallCenterModifyInstanceWeightedCallDistributionRequest
- Enclosing class:
- CallCenter
public static class CallCenter.GroupCallCenterModifyInstanceWeightedCallDistributionRequest extends Request<DefaultResponse>
Request to modify the weighted call distribution of a Call Center instance. The response is either SuccessResponse or ErrorResponse.
- Author:
- AlpacaGenerator
-
Nested Class Summary
Nested classes/interfaces inherited from class co.ecg.alpaca.toolkit.messaging.request.Request
Request.Protocol
-
Field Summary
Fields Modifier and Type Field Description protected @Valid HuntAgentWeight[]
agentWeight
protected @NotNull @Valid CallCenter
user
-
Constructor Summary
Constructors Constructor Description GroupCallCenterModifyInstanceWeightedCallDistributionRequest()
GroupCallCenterModifyInstanceWeightedCallDistributionRequest(CallCenter user)
-
Method Summary
Modifier and Type Method Description void
formRequest()
Forms the XML Document for this Request Object.HuntAgentWeight[]
getAgentWeight()
CallCenter
getCallCenter()
static CallCenter.GroupCallCenterModifyInstanceWeightedCallDistributionRequest
getEmptyObject(BroadWorksServer broadWorksServer)
Retrieves this object with minimal setup.CallCenter.GroupCallCenterModifyInstanceWeightedCallDistributionRequest
setAgentWeight(HuntAgentWeight... agentWeight)
CallCenter.GroupCallCenterModifyInstanceWeightedCallDistributionRequest
setUser(CallCenter user)
Methods inherited from class co.ecg.alpaca.toolkit.messaging.request.Request
appendChild, appendChild, appendChild, asyncFire, createElement, createNilElement, createNilElement, createTextElement, equals, fire, fire, getBroadWorksServer, getCacheString, getCommandElement, getCommandType, getDomDocument, getId, getOCSProtocol, getRequestTimeoutMillis, getResponseClass, getRetries, getRetryCodes, getRootElement, getValidationErrorsAsString, hashCode, isMemberOfBundle, isValid, setBroadWorksServer, setCommandElement, setCommandType, setDomDocument, setEcho, setMemberOfBundle, setRequestId, setRequestTimeoutMillis, setResponseClass, setRetries, setRetryCodes, setRootElement, toString, validate
-
Field Details
-
Constructor Details
-
GroupCallCenterModifyInstanceWeightedCallDistributionRequest
public GroupCallCenterModifyInstanceWeightedCallDistributionRequest() -
GroupCallCenterModifyInstanceWeightedCallDistributionRequest
-
-
Method Details
-
setUser
public CallCenter.GroupCallCenterModifyInstanceWeightedCallDistributionRequest setUser(CallCenter user) -
getCallCenter
-
setAgentWeight
public CallCenter.GroupCallCenterModifyInstanceWeightedCallDistributionRequest setAgentWeight(HuntAgentWeight... agentWeight) -
getAgentWeight
-
getEmptyObject
public static CallCenter.GroupCallCenterModifyInstanceWeightedCallDistributionRequest getEmptyObject(BroadWorksServer broadWorksServer)Retrieves this object with minimal setup.- Parameters:
broadWorksServer
- The BroadWorksServer
-
formRequest
public void formRequest()Forms the XML Document for this Request Object. Called by the Request upon fire().- Overrides:
formRequest
in classRequest<DefaultResponse>
-