Package co.ecg.alpaca.toolkit.generated
Class RoutePoint.GroupRoutePointGetDNISAgentListRequest
java.lang.Object
co.ecg.alpaca.toolkit.messaging.request.Request<RoutePoint.GroupRoutePointGetDNISAgentListResponse>
co.ecg.alpaca.toolkit.generated.RoutePoint.GroupRoutePointGetDNISAgentListRequest
- Enclosing class:
- RoutePoint
public static class RoutePoint.GroupRoutePointGetDNISAgentListRequest
extends Request<RoutePoint.GroupRoutePointGetDNISAgentListResponse>
Get a list of agent who selected the DNIS as the outgoing call. The response is either GroupRoutePointGetDNISAgentListResponse or 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
ConstructorsConstructorDescriptionGroupRoutePointGetDNISAgentListRequest
(BroadWorksServer broadWorksServer, DNISKey dnisKey) -
Method Summary
Modifier and TypeMethodDescriptionvoid
Forms the XML Document for this Request Object.getEmptyObject
(BroadWorksServer broadWorksServer) Retrieves this object with minimal setup.setDnisKey
(DNISKey dnisKey) 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
-
dnisKey
-
-
Constructor Details
-
GroupRoutePointGetDNISAgentListRequest
public GroupRoutePointGetDNISAgentListRequest() -
GroupRoutePointGetDNISAgentListRequest
-
-
Method Details
-
setDnisKey
-
getDnisKey
-
getEmptyObject
public static RoutePoint.GroupRoutePointGetDNISAgentListRequest 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:
formRequest
in classRequest<RoutePoint.GroupRoutePointGetDNISAgentListResponse>
-