Class AutomaticCollectCall.SystemAutomaticCollectCallModifyRequest
- java.lang.Object
-
- co.ecg.alpaca.toolkit.messaging.request.Request<DefaultResponse>
-
- co.ecg.alpaca.toolkit.generated.services.AutomaticCollectCall.SystemAutomaticCollectCallModifyRequest
-
- Enclosing class:
- AutomaticCollectCall
public static class AutomaticCollectCall.SystemAutomaticCollectCallModifyRequest extends Request<DefaultResponse>
Modify system Automatic Collect Call service settings. 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 BooleanenableAutomaticCollectCallprotected BooleanenableConnectToneprotected BooleanincludeCountryCodeInCic
-
Constructor Summary
Constructors Constructor Description SystemAutomaticCollectCallModifyRequest()SystemAutomaticCollectCallModifyRequest(BroadWorksServer broadWorksServer)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidformRequest()Forms the XML Document for this Request Object.BooleangetEnableAutomaticCollectCall()BooleangetEnableConnectTone()BooleangetIncludeCountryCodeInCic()AutomaticCollectCall.SystemAutomaticCollectCallModifyRequestsetEnableAutomaticCollectCall(Boolean enableAutomaticCollectCall)AutomaticCollectCall.SystemAutomaticCollectCallModifyRequestsetEnableConnectTone(Boolean enableConnectTone)AutomaticCollectCall.SystemAutomaticCollectCallModifyRequestsetIncludeCountryCodeInCic(Boolean includeCountryCodeInCic)-
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
-
-
-
-
Constructor Detail
-
SystemAutomaticCollectCallModifyRequest
public SystemAutomaticCollectCallModifyRequest()
-
SystemAutomaticCollectCallModifyRequest
public SystemAutomaticCollectCallModifyRequest(BroadWorksServer broadWorksServer)
-
-
Method Detail
-
setEnableAutomaticCollectCall
public AutomaticCollectCall.SystemAutomaticCollectCallModifyRequest setEnableAutomaticCollectCall(Boolean enableAutomaticCollectCall)
-
getEnableAutomaticCollectCall
public Boolean getEnableAutomaticCollectCall()
-
setEnableConnectTone
public AutomaticCollectCall.SystemAutomaticCollectCallModifyRequest setEnableConnectTone(Boolean enableConnectTone)
-
getEnableConnectTone
public Boolean getEnableConnectTone()
-
setIncludeCountryCodeInCic
public AutomaticCollectCall.SystemAutomaticCollectCallModifyRequest setIncludeCountryCodeInCic(Boolean includeCountryCodeInCic)
-
getIncludeCountryCodeInCic
public Boolean getIncludeCountryCodeInCic()
-
formRequest
public void formRequest()
Forms the XML Document for this Request Object. Called by the Request upon fire().- Overrides:
formRequestin classRequest<DefaultResponse>
-
-