Package co.ecg.alpaca.toolkit.generated
Class CallCenter.SystemCallCenterModifyRequest
java.lang.Object
co.ecg.alpaca.toolkit.messaging.request.Request<DefaultResponse>
co.ecg.alpaca.toolkit.generated.CallCenter.SystemCallCenterModifyRequest
- Enclosing class:
- CallCenter
Modify the system level data associated with Call Center. The response is either a SuccessResponse or an ErrorResponse. The following elements are only used in AS data mode and ignored in Amplify data mode: callHandlingSamplingPeriodMinutes callHandlingMinimumSamplingSize thresholdCrossingNotificationEmailGuardTimerSeconds
- Author:
- AlpacaGenerator
-
Nested Class Summary
Nested classes/interfaces inherited from class co.ecg.alpaca.toolkit.messaging.request.Request
Request.Protocol
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Boolean
protected Integer
protected Integer
protected Boolean
protected @Size(min=1,max=80) String
protected Integer
protected Boolean
protected @Size(min=1,max=10) String
protected Boolean
protected Boolean
protected Boolean
protected Boolean
protected Integer
protected Boolean
protected Integer
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
Forms the XML Document for this Request Object.setAllowAgentDeviceInitiatedForward
(Boolean allowAgentDeviceInitiatedForward) setCallHandlingMinimumSamplingSize
(Integer callHandlingMinimumSamplingSize) setCallHandlingSamplingPeriodMinutes
(Integer callHandlingSamplingPeriodMinutes) setDefaultEnableGuardTimer
(Boolean defaultEnableGuardTimer) setDefaultFromAddress
(String defaultFromAddress) setDefaultGuardTimerSeconds
(Integer defaultGuardTimerSeconds) setDefaultPlayRingWhenOfferCall
(Boolean defaultPlayRingWhenOfferCall) setEmergencyCallCLIDPrefix
(String emergencyCallCLIDPrefix) setForceAgentUnavailableOnBouncedCallLimit
(Boolean forceAgentUnavailableOnBouncedCallLimit) setForceAgentUnavailableOnDNDActivation
(Boolean forceAgentUnavailableOnDNDActivation) setForceAgentUnavailableOnNotReachable
(Boolean forceAgentUnavailableOnNotReachable) setForceAgentUnavailableOnPersonalCalls
(Boolean forceAgentUnavailableOnPersonalCalls) setNumberConsecutiveBouncedCallsToForceAgentUnavailable
(Integer numberConsecutiveBouncedCallsToForceAgentUnavailable) setPlayToneToAgentForEmergencyCall
(Boolean playToneToAgentForEmergencyCall) setStatisticsSamplingPeriodMinutes
(CallCenterStatisticsSamplingPeriodMinutes statisticsSamplingPeriodMinutes) setThresholdCrossingNotificationEmailGuardTimerSeconds
(Integer thresholdCrossingNotificationEmailGuardTimerSeconds) setUniformCallDistributionPolicyScope
(CallCenterUniformCallDistributionPolicyScope uniformCallDistributionPolicyScope) 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, isIgnoreCache, isMemberOfBundle, isValid, setBroadWorksServer, setCommandElement, setCommandType, setDomDocument, setEcho, setIgnoreCache, setMemberOfBundle, setRequestId, setRequestTimeoutMillis, setResponseClass, setRetries, setRetryCodes, setRootElement, toString, validate
-
Field Details
-
defaultFromAddress
-
statisticsSamplingPeriodMinutes
-
defaultEnableGuardTimer
-
defaultGuardTimerSeconds
-
defaultPlayRingWhenOfferCall
-
uniformCallDistributionPolicyScope
-
callHandlingSamplingPeriodMinutes
-
callHandlingMinimumSamplingSize
-
playToneToAgentForEmergencyCall
-
emergencyCallCLIDPrefix
-
thresholdCrossingNotificationEmailGuardTimerSeconds
-
allowAgentDeviceInitiatedForward
-
-
Constructor Details
-
SystemCallCenterModifyRequest
public SystemCallCenterModifyRequest() -
SystemCallCenterModifyRequest
-
-
Method Details
-
setDefaultFromAddress
-
getDefaultFromAddress
-
setStatisticsSamplingPeriodMinutes
public CallCenter.SystemCallCenterModifyRequest setStatisticsSamplingPeriodMinutes(CallCenterStatisticsSamplingPeriodMinutes statisticsSamplingPeriodMinutes) -
getStatisticsSamplingPeriodMinutes
-
setDefaultEnableGuardTimer
public CallCenter.SystemCallCenterModifyRequest setDefaultEnableGuardTimer(Boolean defaultEnableGuardTimer) -
getDefaultEnableGuardTimer
-
setDefaultGuardTimerSeconds
public CallCenter.SystemCallCenterModifyRequest setDefaultGuardTimerSeconds(Integer defaultGuardTimerSeconds) -
getDefaultGuardTimerSeconds
-
setDefaultPlayRingWhenOfferCall
public CallCenter.SystemCallCenterModifyRequest setDefaultPlayRingWhenOfferCall(Boolean defaultPlayRingWhenOfferCall) -
getDefaultPlayRingWhenOfferCall
-
setUniformCallDistributionPolicyScope
public CallCenter.SystemCallCenterModifyRequest setUniformCallDistributionPolicyScope(CallCenterUniformCallDistributionPolicyScope uniformCallDistributionPolicyScope) -
getUniformCallDistributionPolicyScope
-
setCallHandlingSamplingPeriodMinutes
public CallCenter.SystemCallCenterModifyRequest setCallHandlingSamplingPeriodMinutes(Integer callHandlingSamplingPeriodMinutes) -
getCallHandlingSamplingPeriodMinutes
-
setCallHandlingMinimumSamplingSize
public CallCenter.SystemCallCenterModifyRequest setCallHandlingMinimumSamplingSize(Integer callHandlingMinimumSamplingSize) -
getCallHandlingMinimumSamplingSize
-
setPlayToneToAgentForEmergencyCall
public CallCenter.SystemCallCenterModifyRequest setPlayToneToAgentForEmergencyCall(Boolean playToneToAgentForEmergencyCall) -
getPlayToneToAgentForEmergencyCall
-
setEmergencyCallCLIDPrefix
public CallCenter.SystemCallCenterModifyRequest setEmergencyCallCLIDPrefix(String emergencyCallCLIDPrefix) -
getEmergencyCallCLIDPrefix
-
setThresholdCrossingNotificationEmailGuardTimerSeconds
public CallCenter.SystemCallCenterModifyRequest setThresholdCrossingNotificationEmailGuardTimerSeconds(Integer thresholdCrossingNotificationEmailGuardTimerSeconds) -
getThresholdCrossingNotificationEmailGuardTimerSeconds
-
setAllowAgentDeviceInitiatedForward
public CallCenter.SystemCallCenterModifyRequest setAllowAgentDeviceInitiatedForward(Boolean allowAgentDeviceInitiatedForward) -
getAllowAgentDeviceInitiatedForward
-
formRequest
public void formRequest()Forms the XML Document for this Request Object. Called by the Request upon fire().- Overrides:
formRequest
in classRequest<DefaultResponse>
-