Package co.ecg.alpaca.toolkit.generated
Class Group.GroupDialableCallerIDCriteriaModifyRequest
java.lang.Object
co.ecg.alpaca.toolkit.messaging.request.Request<DefaultResponse>
co.ecg.alpaca.toolkit.generated.Group.GroupDialableCallerIDCriteriaModifyRequest
- Enclosing class:
- Group
public static class Group.GroupDialableCallerIDCriteriaModifyRequest
extends Request<DefaultResponse>
Modify a Dialable Caller ID Criteria. 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 @NotNull @Valid Group
protected Optional<@Valid ReplacementCommunicationBarringAlternateCallIndicatorList>
protected Optional<@Valid ReplacementCommunicationBarringCallTypeList>
protected Boolean
protected Boolean
protected Boolean
protected Boolean
protected Boolean
protected Boolean
protected Boolean
protected Boolean
protected @NotNull @Size(min=1,max=40) String
protected @Size(min=1,max=40) String
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
Forms the XML Document for this Request Object.getEmptyObject
(BroadWorksServer broadWorksServer) Retrieves this object with minimal setup.getGroup()
getName()
setDescription
(String description) setMatchAlternateCallIndicator
(ReplacementCommunicationBarringAlternateCallIndicatorList matchAlternateCallIndicator) setMatchCallType
(ReplacementCommunicationBarringCallTypeList 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) setNewName
(String newName) 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
-
newName
-
description
-
prefixDigits
-
matchCallType
-
matchAlternateCallIndicator
protected Optional<@Valid ReplacementCommunicationBarringAlternateCallIndicatorList> matchAlternateCallIndicator -
matchLocalCategory
-
matchNationalCategory
-
matchInterlataCategory
-
matchIntralataCategory
-
matchInternationalCategory
-
matchPrivateCategory
-
matchEmergencyCategory
-
matchOtherCategory
-
-
Constructor Details
-
GroupDialableCallerIDCriteriaModifyRequest
public GroupDialableCallerIDCriteriaModifyRequest() -
GroupDialableCallerIDCriteriaModifyRequest
-
-
Method Details
-
setGroup
-
getGroup
-
setName
-
getName
-
setNewName
-
getNewName
-
unsetDescription
-
setDescription
-
getDescription
-
unsetPrefixDigits
-
setPrefixDigits
-
getPrefixDigits
-
unsetMatchCallType
-
setMatchCallType
public Group.GroupDialableCallerIDCriteriaModifyRequest setMatchCallType(ReplacementCommunicationBarringCallTypeList matchCallType) -
getMatchCallType
-
unsetMatchAlternateCallIndicator
-
setMatchAlternateCallIndicator
public Group.GroupDialableCallerIDCriteriaModifyRequest setMatchAlternateCallIndicator(ReplacementCommunicationBarringAlternateCallIndicatorList matchAlternateCallIndicator) -
getMatchAlternateCallIndicator
public Optional<@Valid ReplacementCommunicationBarringAlternateCallIndicatorList> getMatchAlternateCallIndicator() -
setMatchLocalCategory
public Group.GroupDialableCallerIDCriteriaModifyRequest setMatchLocalCategory(Boolean matchLocalCategory) -
getMatchLocalCategory
-
setMatchNationalCategory
public Group.GroupDialableCallerIDCriteriaModifyRequest setMatchNationalCategory(Boolean matchNationalCategory) -
getMatchNationalCategory
-
setMatchInterlataCategory
public Group.GroupDialableCallerIDCriteriaModifyRequest setMatchInterlataCategory(Boolean matchInterlataCategory) -
getMatchInterlataCategory
-
setMatchIntralataCategory
public Group.GroupDialableCallerIDCriteriaModifyRequest setMatchIntralataCategory(Boolean matchIntralataCategory) -
getMatchIntralataCategory
-
setMatchInternationalCategory
public Group.GroupDialableCallerIDCriteriaModifyRequest setMatchInternationalCategory(Boolean matchInternationalCategory) -
getMatchInternationalCategory
-
setMatchPrivateCategory
public Group.GroupDialableCallerIDCriteriaModifyRequest setMatchPrivateCategory(Boolean matchPrivateCategory) -
getMatchPrivateCategory
-
setMatchEmergencyCategory
public Group.GroupDialableCallerIDCriteriaModifyRequest setMatchEmergencyCategory(Boolean matchEmergencyCategory) -
getMatchEmergencyCategory
-
setMatchOtherCategory
public Group.GroupDialableCallerIDCriteriaModifyRequest setMatchOtherCategory(Boolean matchOtherCategory) -
getMatchOtherCategory
-
getEmptyObject
public static Group.GroupDialableCallerIDCriteriaModifyRequest 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>
-