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 -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
Forms the XML Document for this Request Object.setEnableAutomaticCollectCall
(Boolean enableAutomaticCollectCall) setEnableConnectTone
(Boolean enableConnectTone) setIncludeCountryCodeInCic
(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
-
Field Details
-
enableAutomaticCollectCall
-
enableConnectTone
-
includeCountryCodeInCic
-
-
Constructor Details
-
SystemAutomaticCollectCallModifyRequest
public SystemAutomaticCollectCallModifyRequest() -
SystemAutomaticCollectCallModifyRequest
-
-
Method Details
-
setEnableAutomaticCollectCall
public AutomaticCollectCall.SystemAutomaticCollectCallModifyRequest setEnableAutomaticCollectCall(Boolean enableAutomaticCollectCall) -
getEnableAutomaticCollectCall
-
setEnableConnectTone
public AutomaticCollectCall.SystemAutomaticCollectCallModifyRequest setEnableConnectTone(Boolean enableConnectTone) -
getEnableConnectTone
-
setIncludeCountryCodeInCic
public AutomaticCollectCall.SystemAutomaticCollectCallModifyRequest setIncludeCountryCodeInCic(Boolean includeCountryCodeInCic) -
getIncludeCountryCodeInCic
-
formRequest
public void formRequest()Forms the XML Document for this Request Object. Called by the Request upon fire().- Overrides:
formRequest
in classRequest<DefaultResponse>
-