Package co.ecg.alpaca.toolkit.generated
Class CallCenter.EnterpriseCallCenterAgentThresholdProfileAddAgentListRequest
- java.lang.Object
-
- co.ecg.alpaca.toolkit.messaging.request.Request<DefaultResponse>
-
- co.ecg.alpaca.toolkit.generated.CallCenter.EnterpriseCallCenterAgentThresholdProfileAddAgentListRequest
-
- Enclosing class:
- CallCenter
public static class CallCenter.EnterpriseCallCenterAgentThresholdProfileAddAgentListRequest extends Request<DefaultResponse>
Add agent(s) to a Agent Threshold Profile. When an agent is assigned (added) to a profile, it is automatically unassigned (deleted) from the previous profile it was assigned to. 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 @NotNull @Size(min=1) String[]agentUserIdprotected @NotNull @Valid Enterpriseenterpriseprotected @NotNull @Size(min=1,max=40) StringprofileName
-
Constructor Summary
Constructors Constructor Description EnterpriseCallCenterAgentThresholdProfileAddAgentListRequest()EnterpriseCallCenterAgentThresholdProfileAddAgentListRequest(Enterprise enterprise, String profileName, String... agentUserId)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voidformRequest()Forms the XML Document for this Request Object.String[]getAgentUserId()static CallCenter.EnterpriseCallCenterAgentThresholdProfileAddAgentListRequestgetEmptyObject(BroadWorksServer broadWorksServer)Retrieves this object with minimal setup.EnterprisegetEnterprise()StringgetProfileName()CallCenter.EnterpriseCallCenterAgentThresholdProfileAddAgentListRequestsetAgentUserId(String... agentUserId)CallCenter.EnterpriseCallCenterAgentThresholdProfileAddAgentListRequestsetEnterprise(Enterprise enterprise)CallCenter.EnterpriseCallCenterAgentThresholdProfileAddAgentListRequestsetProfileName(String profileName)-
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 Detail
-
enterprise
@NotNull @Valid protected transient @NotNull @Valid Enterprise enterprise
-
profileName
@NotNull @Size(min=1, max=40) protected @NotNull @Size(min=1,max=40) String profileName
-
agentUserId
@NotNull @Size(min=1) @StringArrayElementSize(min=1, max=161) protected @NotNull @Size(min=1) String[] agentUserId
-
-
Constructor Detail
-
EnterpriseCallCenterAgentThresholdProfileAddAgentListRequest
public EnterpriseCallCenterAgentThresholdProfileAddAgentListRequest()
-
EnterpriseCallCenterAgentThresholdProfileAddAgentListRequest
public EnterpriseCallCenterAgentThresholdProfileAddAgentListRequest(Enterprise enterprise, String profileName, String... agentUserId)
-
-
Method Detail
-
setEnterprise
public CallCenter.EnterpriseCallCenterAgentThresholdProfileAddAgentListRequest setEnterprise(Enterprise enterprise)
-
getEnterprise
public Enterprise getEnterprise()
-
setProfileName
public CallCenter.EnterpriseCallCenterAgentThresholdProfileAddAgentListRequest setProfileName(String profileName)
-
getProfileName
public String getProfileName()
-
setAgentUserId
public CallCenter.EnterpriseCallCenterAgentThresholdProfileAddAgentListRequest setAgentUserId(String... agentUserId)
-
getAgentUserId
public String[] getAgentUserId()
-
getEmptyObject
public static CallCenter.EnterpriseCallCenterAgentThresholdProfileAddAgentListRequest 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>
-
-