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[]agentWeightprotected @NotNull @Valid CallCenteruser -
Constructor Summary
Constructors Constructor Description GroupCallCenterModifyInstanceWeightedCallDistributionRequest()GroupCallCenterModifyInstanceWeightedCallDistributionRequest(CallCenter user) -
Method Summary
Modifier and Type Method Description voidformRequest()Forms the XML Document for this Request Object.HuntAgentWeight[]getAgentWeight()CallCentergetCallCenter()static CallCenter.GroupCallCenterModifyInstanceWeightedCallDistributionRequestgetEmptyObject(BroadWorksServer broadWorksServer)Retrieves this object with minimal setup.CallCenter.GroupCallCenterModifyInstanceWeightedCallDistributionRequestsetAgentWeight(HuntAgentWeight... agentWeight)CallCenter.GroupCallCenterModifyInstanceWeightedCallDistributionRequestsetUser(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:
formRequestin classRequest<DefaultResponse>
-