Package co.ecg.alpaca.toolkit.generated
Class HuntGroup.SystemHuntGroupModifyRequest
- java.lang.Object
-
- co.ecg.alpaca.toolkit.messaging.request.Request<DefaultResponse>
-
- co.ecg.alpaca.toolkit.generated.HuntGroup.SystemHuntGroupModifyRequest
-
- Enclosing class:
- HuntGroup
public static class HuntGroup.SystemHuntGroupModifyRequest extends Request<DefaultResponse>
Modify the system level data associated with Hunt Group. The response is either a SuccessResponse or an 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 BooleanallowAgentDeviceInitiatedForwardprotected BooleanremoveHuntGroupNameFromCLIDprotected HuntGroupUniformCallDistributionPolicyScopeuniformCallDistributionPolicyScope
-
Constructor Summary
Constructors Constructor Description SystemHuntGroupModifyRequest()SystemHuntGroupModifyRequest(BroadWorksServer broadWorksServer)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidformRequest()Forms the XML Document for this Request Object.BooleangetAllowAgentDeviceInitiatedForward()BooleangetRemoveHuntGroupNameFromCLID()HuntGroupUniformCallDistributionPolicyScopegetUniformCallDistributionPolicyScope()HuntGroup.SystemHuntGroupModifyRequestsetAllowAgentDeviceInitiatedForward(Boolean allowAgentDeviceInitiatedForward)HuntGroup.SystemHuntGroupModifyRequestsetRemoveHuntGroupNameFromCLID(Boolean removeHuntGroupNameFromCLID)HuntGroup.SystemHuntGroupModifyRequestsetUniformCallDistributionPolicyScope(HuntGroupUniformCallDistributionPolicyScope 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, isMemberOfBundle, isValid, setBroadWorksServer, setCommandElement, setCommandType, setDomDocument, setEcho, setMemberOfBundle, setRequestId, setRequestTimeoutMillis, setResponseClass, setRetries, setRetryCodes, setRootElement, toString, validate
-
-
-
-
Field Detail
-
removeHuntGroupNameFromCLID
protected Boolean removeHuntGroupNameFromCLID
-
uniformCallDistributionPolicyScope
protected HuntGroupUniformCallDistributionPolicyScope uniformCallDistributionPolicyScope
-
allowAgentDeviceInitiatedForward
protected Boolean allowAgentDeviceInitiatedForward
-
-
Constructor Detail
-
SystemHuntGroupModifyRequest
public SystemHuntGroupModifyRequest()
-
SystemHuntGroupModifyRequest
public SystemHuntGroupModifyRequest(BroadWorksServer broadWorksServer)
-
-
Method Detail
-
setRemoveHuntGroupNameFromCLID
public HuntGroup.SystemHuntGroupModifyRequest setRemoveHuntGroupNameFromCLID(Boolean removeHuntGroupNameFromCLID)
-
getRemoveHuntGroupNameFromCLID
public Boolean getRemoveHuntGroupNameFromCLID()
-
setUniformCallDistributionPolicyScope
public HuntGroup.SystemHuntGroupModifyRequest setUniformCallDistributionPolicyScope(HuntGroupUniformCallDistributionPolicyScope uniformCallDistributionPolicyScope)
-
getUniformCallDistributionPolicyScope
public HuntGroupUniformCallDistributionPolicyScope getUniformCallDistributionPolicyScope()
-
setAllowAgentDeviceInitiatedForward
public HuntGroup.SystemHuntGroupModifyRequest setAllowAgentDeviceInitiatedForward(Boolean allowAgentDeviceInitiatedForward)
-
getAllowAgentDeviceInitiatedForward
public Boolean getAllowAgentDeviceInitiatedForward()
-
formRequest
public void formRequest()
Forms the XML Document for this Request Object. Called by the Request upon fire().- Overrides:
formRequestin classRequest<DefaultResponse>
-
-