Class AutomaticCollectCall.SystemAutomaticCollectCallPrefixDigitsDeleteListRequest
- java.lang.Object
-
- co.ecg.alpaca.toolkit.messaging.request.Request<DefaultResponse>
-
- co.ecg.alpaca.toolkit.generated.services.AutomaticCollectCall.SystemAutomaticCollectCallPrefixDigitsDeleteListRequest
-
- Enclosing class:
- AutomaticCollectCall
public static class AutomaticCollectCall.SystemAutomaticCollectCallPrefixDigitsDeleteListRequest extends Request<DefaultResponse>
Delete an entry in system automatic collect call prefix table. 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 @NotNull @Valid @Size(min=1) AutomaticCollectCallPrefixDigitsEntry[]prefixDigitsEntry
-
Constructor Summary
Constructors Constructor Description SystemAutomaticCollectCallPrefixDigitsDeleteListRequest()SystemAutomaticCollectCallPrefixDigitsDeleteListRequest(BroadWorksServer broadWorksServer, AutomaticCollectCallPrefixDigitsEntry... prefixDigitsEntry)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voidformRequest()Forms the XML Document for this Request Object.static AutomaticCollectCall.SystemAutomaticCollectCallPrefixDigitsDeleteListRequestgetEmptyObject(BroadWorksServer broadWorksServer)Retrieves this object with minimal setup.AutomaticCollectCallPrefixDigitsEntry[]getPrefixDigitsEntry()AutomaticCollectCall.SystemAutomaticCollectCallPrefixDigitsDeleteListRequestsetPrefixDigitsEntry(AutomaticCollectCallPrefixDigitsEntry... prefixDigitsEntry)-
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
-
prefixDigitsEntry
@NotNull @Valid @Size(min=1) protected @NotNull @Valid @Size(min=1) AutomaticCollectCallPrefixDigitsEntry[] prefixDigitsEntry
-
-
Constructor Detail
-
SystemAutomaticCollectCallPrefixDigitsDeleteListRequest
public SystemAutomaticCollectCallPrefixDigitsDeleteListRequest()
-
SystemAutomaticCollectCallPrefixDigitsDeleteListRequest
public SystemAutomaticCollectCallPrefixDigitsDeleteListRequest(BroadWorksServer broadWorksServer, AutomaticCollectCallPrefixDigitsEntry... prefixDigitsEntry)
-
-
Method Detail
-
setPrefixDigitsEntry
public AutomaticCollectCall.SystemAutomaticCollectCallPrefixDigitsDeleteListRequest setPrefixDigitsEntry(AutomaticCollectCallPrefixDigitsEntry... prefixDigitsEntry)
-
getPrefixDigitsEntry
public AutomaticCollectCallPrefixDigitsEntry[] getPrefixDigitsEntry()
-
getEmptyObject
public static AutomaticCollectCall.SystemAutomaticCollectCallPrefixDigitsDeleteListRequest 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>
-
-