Package co.ecg.alpaca.toolkit.generated
Class BWSystem.SystemDialableCallerIDCriteriaAddRequest
java.lang.Object
co.ecg.alpaca.toolkit.messaging.request.Request<DefaultResponse>
co.ecg.alpaca.toolkit.generated.BWSystem.SystemDialableCallerIDCriteriaAddRequest
- Enclosing class:
- BWSystem
public static class BWSystem.SystemDialableCallerIDCriteriaAddRequest
extends Request<DefaultResponse>
Add a new Dialable Caller ID Criteria. Criteria are added at the bottom of the list with the lowest priority. 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
FieldsModifier and TypeFieldDescriptionprotected @Size(min=1,max=80) String
protected String[]
protected String[]
protected @NotNull Boolean
protected @NotNull Boolean
protected @NotNull Boolean
protected @NotNull Boolean
protected @NotNull Boolean
protected @NotNull Boolean
protected @NotNull Boolean
protected @NotNull Boolean
protected @NotNull @Size(min=1,max=40) String
protected @Size(min=1,max=10) String
-
Constructor Summary
ConstructorsConstructorDescriptionSystemDialableCallerIDCriteriaAddRequest
(BroadWorksServer broadWorksServer, String name, Boolean matchLocalCategory, Boolean matchNationalCategory, Boolean matchInterlataCategory, Boolean matchIntralataCategory, Boolean matchInternationalCategory, Boolean matchPrivateCategory, Boolean matchEmergencyCategory, Boolean matchOtherCategory) -
Method Summary
Modifier and TypeMethodDescriptionvoid
Forms the XML Document for this Request Object.getEmptyObject
(BroadWorksServer broadWorksServer) Retrieves this object with minimal setup.String[]
String[]
getName()
setDescription
(String description) setMatchAlternateCallIndicator
(String... matchAlternateCallIndicator) setMatchCallType
(String... matchCallType) setMatchEmergencyCategory
(Boolean matchEmergencyCategory) setMatchInterlataCategory
(Boolean matchInterlataCategory) setMatchInternationalCategory
(Boolean matchInternationalCategory) setMatchIntralataCategory
(Boolean matchIntralataCategory) setMatchLocalCategory
(Boolean matchLocalCategory) setMatchNationalCategory
(Boolean matchNationalCategory) setMatchOtherCategory
(Boolean matchOtherCategory) setMatchPrivateCategory
(Boolean matchPrivateCategory) setPrefixDigits
(String prefixDigits) 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
-
name
-
description
-
prefixDigits
-
matchCallType
-
matchAlternateCallIndicator
-
matchLocalCategory
-
matchNationalCategory
-
matchInterlataCategory
-
matchIntralataCategory
-
matchInternationalCategory
-
matchPrivateCategory
-
matchEmergencyCategory
-
matchOtherCategory
-
-
Constructor Details
-
SystemDialableCallerIDCriteriaAddRequest
public SystemDialableCallerIDCriteriaAddRequest() -
SystemDialableCallerIDCriteriaAddRequest
public SystemDialableCallerIDCriteriaAddRequest(BroadWorksServer broadWorksServer, String name, Boolean matchLocalCategory, Boolean matchNationalCategory, Boolean matchInterlataCategory, Boolean matchIntralataCategory, Boolean matchInternationalCategory, Boolean matchPrivateCategory, Boolean matchEmergencyCategory, Boolean matchOtherCategory)
-
-
Method Details
-
setName
-
getName
-
setDescription
-
getDescription
-
setPrefixDigits
-
getPrefixDigits
-
setMatchCallType
-
getMatchCallType
-
setMatchAlternateCallIndicator
public BWSystem.SystemDialableCallerIDCriteriaAddRequest setMatchAlternateCallIndicator(String... matchAlternateCallIndicator) -
getMatchAlternateCallIndicator
-
setMatchLocalCategory
public BWSystem.SystemDialableCallerIDCriteriaAddRequest setMatchLocalCategory(Boolean matchLocalCategory) -
getMatchLocalCategory
-
setMatchNationalCategory
public BWSystem.SystemDialableCallerIDCriteriaAddRequest setMatchNationalCategory(Boolean matchNationalCategory) -
getMatchNationalCategory
-
setMatchInterlataCategory
public BWSystem.SystemDialableCallerIDCriteriaAddRequest setMatchInterlataCategory(Boolean matchInterlataCategory) -
getMatchInterlataCategory
-
setMatchIntralataCategory
public BWSystem.SystemDialableCallerIDCriteriaAddRequest setMatchIntralataCategory(Boolean matchIntralataCategory) -
getMatchIntralataCategory
-
setMatchInternationalCategory
public BWSystem.SystemDialableCallerIDCriteriaAddRequest setMatchInternationalCategory(Boolean matchInternationalCategory) -
getMatchInternationalCategory
-
setMatchPrivateCategory
public BWSystem.SystemDialableCallerIDCriteriaAddRequest setMatchPrivateCategory(Boolean matchPrivateCategory) -
getMatchPrivateCategory
-
setMatchEmergencyCategory
public BWSystem.SystemDialableCallerIDCriteriaAddRequest setMatchEmergencyCategory(Boolean matchEmergencyCategory) -
getMatchEmergencyCategory
-
setMatchOtherCategory
public BWSystem.SystemDialableCallerIDCriteriaAddRequest setMatchOtherCategory(Boolean matchOtherCategory) -
getMatchOtherCategory
-
getEmptyObject
public static BWSystem.SystemDialableCallerIDCriteriaAddRequest 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>
-