Package co.ecg.alpaca.toolkit.generated
Class RoutePoint.GroupRoutePointModifyDNISRequest
java.lang.Object
co.ecg.alpaca.toolkit.messaging.request.Request<DefaultResponse>
co.ecg.alpaca.toolkit.generated.RoutePoint.GroupRoutePointModifyDNISRequest
- Enclosing class:
- RoutePoint
Modify a route point's DNIS 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
ConstructorsConstructorDescriptionGroupRoutePointModifyDNISRequest
(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.setAllowOutgoingACDCall
(Boolean allowOutgoingACDCall) setCallingLineIdFirstName
(String callingLineIdFirstName) setCallingLineIdLastName
(String callingLineIdLastName) setCallingLineIdPhoneNumber
(String callingLineIdPhoneNumber) setDnisKey
(DNISKey dnisKey) setDnisPhoneNumber
(String dnisPhoneNumber) setExtension
(String extension) setNewDNISName
(String newDNISName) setUseCustomCLIDSettings
(Boolean useCustomCLIDSettings) setUseCustomDnisAnnouncementSettings
(Boolean useCustomDnisAnnouncementSettings) 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
-
newDNISName
-
dnisPhoneNumber
-
extension
-
useCustomCLIDSettings
-
callingLineIdPhoneNumber
-
callingLineIdLastName
-
callingLineIdFirstName
-
useCustomDnisAnnouncementSettings
-
allowOutgoingACDCall
-
-
Constructor Details
-
GroupRoutePointModifyDNISRequest
public GroupRoutePointModifyDNISRequest() -
GroupRoutePointModifyDNISRequest
-
-
Method Details
-
setDnisKey
-
getDnisKey
-
setNewDNISName
-
getNewDNISName
-
unsetDnisPhoneNumber
-
setDnisPhoneNumber
-
getDnisPhoneNumber
-
unsetExtension
-
setExtension
-
getExtension
-
setUseCustomCLIDSettings
public RoutePoint.GroupRoutePointModifyDNISRequest setUseCustomCLIDSettings(Boolean useCustomCLIDSettings) -
getUseCustomCLIDSettings
-
unsetCallingLineIdPhoneNumber
-
setCallingLineIdPhoneNumber
public RoutePoint.GroupRoutePointModifyDNISRequest setCallingLineIdPhoneNumber(String callingLineIdPhoneNumber) -
getCallingLineIdPhoneNumber
-
unsetCallingLineIdLastName
-
setCallingLineIdLastName
public RoutePoint.GroupRoutePointModifyDNISRequest setCallingLineIdLastName(String callingLineIdLastName) -
getCallingLineIdLastName
-
unsetCallingLineIdFirstName
-
setCallingLineIdFirstName
public RoutePoint.GroupRoutePointModifyDNISRequest setCallingLineIdFirstName(String callingLineIdFirstName) -
getCallingLineIdFirstName
-
setUseCustomDnisAnnouncementSettings
public RoutePoint.GroupRoutePointModifyDNISRequest setUseCustomDnisAnnouncementSettings(Boolean useCustomDnisAnnouncementSettings) -
getUseCustomDnisAnnouncementSettings
-
setAllowOutgoingACDCall
public RoutePoint.GroupRoutePointModifyDNISRequest setAllowOutgoingACDCall(Boolean allowOutgoingACDCall) -
getAllowOutgoingACDCall
-
getEmptyObject
public static RoutePoint.GroupRoutePointModifyDNISRequest 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<DefaultResponse>
-