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