Package co.ecg.alpaca.toolkit.generated
Class Group.GroupDialableCallerIDCriteriaAddRequest
java.lang.Object
co.ecg.alpaca.toolkit.messaging.request.Request<DefaultResponse>
co.ecg.alpaca.toolkit.generated.Group.GroupDialableCallerIDCriteriaAddRequest
- Enclosing class:
- Group
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 @NotNull @Valid Group
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
ConstructorsConstructorDescriptionGroupDialableCallerIDCriteriaAddRequest
(Group group, 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.getGroup()
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
-
group
-
name
-
description
-
prefixDigits
-
matchCallType
-
matchAlternateCallIndicator
-
matchLocalCategory
-
matchNationalCategory
-
matchInterlataCategory
-
matchIntralataCategory
-
matchInternationalCategory
-
matchPrivateCategory
-
matchEmergencyCategory
-
matchOtherCategory
-
-
Constructor Details
-
GroupDialableCallerIDCriteriaAddRequest
public GroupDialableCallerIDCriteriaAddRequest() -
GroupDialableCallerIDCriteriaAddRequest
public GroupDialableCallerIDCriteriaAddRequest(Group group, String name, Boolean matchLocalCategory, Boolean matchNationalCategory, Boolean matchInterlataCategory, Boolean matchIntralataCategory, Boolean matchInternationalCategory, Boolean matchPrivateCategory, Boolean matchEmergencyCategory, Boolean matchOtherCategory)
-
-
Method Details
-
setGroup
-
getGroup
-
setName
-
getName
-
setDescription
-
getDescription
-
setPrefixDigits
-
getPrefixDigits
-
setMatchCallType
-
getMatchCallType
-
setMatchAlternateCallIndicator
public Group.GroupDialableCallerIDCriteriaAddRequest setMatchAlternateCallIndicator(String... matchAlternateCallIndicator) -
getMatchAlternateCallIndicator
-
setMatchLocalCategory
public Group.GroupDialableCallerIDCriteriaAddRequest setMatchLocalCategory(Boolean matchLocalCategory) -
getMatchLocalCategory
-
setMatchNationalCategory
public Group.GroupDialableCallerIDCriteriaAddRequest setMatchNationalCategory(Boolean matchNationalCategory) -
getMatchNationalCategory
-
setMatchInterlataCategory
public Group.GroupDialableCallerIDCriteriaAddRequest setMatchInterlataCategory(Boolean matchInterlataCategory) -
getMatchInterlataCategory
-
setMatchIntralataCategory
public Group.GroupDialableCallerIDCriteriaAddRequest setMatchIntralataCategory(Boolean matchIntralataCategory) -
getMatchIntralataCategory
-
setMatchInternationalCategory
public Group.GroupDialableCallerIDCriteriaAddRequest setMatchInternationalCategory(Boolean matchInternationalCategory) -
getMatchInternationalCategory
-
setMatchPrivateCategory
public Group.GroupDialableCallerIDCriteriaAddRequest setMatchPrivateCategory(Boolean matchPrivateCategory) -
getMatchPrivateCategory
-
setMatchEmergencyCategory
public Group.GroupDialableCallerIDCriteriaAddRequest setMatchEmergencyCategory(Boolean matchEmergencyCategory) -
getMatchEmergencyCategory
-
setMatchOtherCategory
public Group.GroupDialableCallerIDCriteriaAddRequest setMatchOtherCategory(Boolean matchOtherCategory) -
getMatchOtherCategory
-
getEmptyObject
public static Group.GroupDialableCallerIDCriteriaAddRequest 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>
-