Package co.ecg.alpaca.toolkit.generated
Class FindMeFollowMe.GroupFindMeFollowMeModifyAlertingGroupRequest
java.lang.Object
co.ecg.alpaca.toolkit.messaging.request.Request<DefaultResponse>
co.ecg.alpaca.toolkit.generated.FindMeFollowMe.GroupFindMeFollowMeModifyAlertingGroupRequest
- Enclosing class:
- FindMeFollowMe
public static class FindMeFollowMe.GroupFindMeFollowMeModifyAlertingGroupRequest
extends Request<DefaultResponse>
Modify a Find-me/Follow-me alerting group. The response is either SuccessResponse or 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 @Size(min=1,max=40) String
protected Boolean
protected @Valid CriteriaActivation[]
protected @Size(min=1,max=40) String
protected Integer
protected Optional<@Valid FindMeFollowMeAlertingGroupReplacementOutgoingDNSIPURIorUserIdList>
protected Boolean
protected @NotNull @Valid FindMeFollowMe
-
Constructor Summary
ConstructorsConstructorDescriptionGroupFindMeFollowMeModifyAlertingGroupRequest
(FindMeFollowMe user, String alertingGroupName) -
Method Summary
Modifier and TypeMethodDescriptionvoid
Forms the XML Document for this Request Object.getEmptyObject
(BroadWorksServer broadWorksServer) Retrieves this object with minimal setup.setAlertingGroupDescription
(String alertingGroupDescription) setAlertingGroupName
(String alertingGroupName) setAnswerConfirmationRequired
(Boolean answerConfirmationRequired) setCriteriaActivation
(CriteriaActivation... criteriaActivation) setNewAlertingGroupName
(String newAlertingGroupName) setNumberOfRings
(Integer numberOfRings) setPhoneNumberOrUserList
(FindMeFollowMeAlertingGroupReplacementOutgoingDNSIPURIorUserIdList phoneNumberOrUserList) setUseDiversionInhibitor
(Boolean useDiversionInhibitor) setUser
(FindMeFollowMe user) 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
-
user
-
alertingGroupName
-
newAlertingGroupName
-
alertingGroupDescription
-
useDiversionInhibitor
-
answerConfirmationRequired
-
numberOfRings
-
phoneNumberOrUserList
protected Optional<@Valid FindMeFollowMeAlertingGroupReplacementOutgoingDNSIPURIorUserIdList> phoneNumberOrUserList -
criteriaActivation
-
-
Constructor Details
-
GroupFindMeFollowMeModifyAlertingGroupRequest
public GroupFindMeFollowMeModifyAlertingGroupRequest() -
GroupFindMeFollowMeModifyAlertingGroupRequest
-
-
Method Details
-
setUser
-
getFindMeFollowMe
-
setAlertingGroupName
public FindMeFollowMe.GroupFindMeFollowMeModifyAlertingGroupRequest setAlertingGroupName(String alertingGroupName) -
getAlertingGroupName
-
setNewAlertingGroupName
public FindMeFollowMe.GroupFindMeFollowMeModifyAlertingGroupRequest setNewAlertingGroupName(String newAlertingGroupName) -
getNewAlertingGroupName
-
unsetAlertingGroupDescription
-
setAlertingGroupDescription
public FindMeFollowMe.GroupFindMeFollowMeModifyAlertingGroupRequest setAlertingGroupDescription(String alertingGroupDescription) -
getAlertingGroupDescription
-
setUseDiversionInhibitor
public FindMeFollowMe.GroupFindMeFollowMeModifyAlertingGroupRequest setUseDiversionInhibitor(Boolean useDiversionInhibitor) -
getUseDiversionInhibitor
-
setAnswerConfirmationRequired
public FindMeFollowMe.GroupFindMeFollowMeModifyAlertingGroupRequest setAnswerConfirmationRequired(Boolean answerConfirmationRequired) -
getAnswerConfirmationRequired
-
setNumberOfRings
public FindMeFollowMe.GroupFindMeFollowMeModifyAlertingGroupRequest setNumberOfRings(Integer numberOfRings) -
getNumberOfRings
-
unsetPhoneNumberOrUserList
-
setPhoneNumberOrUserList
public FindMeFollowMe.GroupFindMeFollowMeModifyAlertingGroupRequest setPhoneNumberOrUserList(FindMeFollowMeAlertingGroupReplacementOutgoingDNSIPURIorUserIdList phoneNumberOrUserList) -
getPhoneNumberOrUserList
public Optional<@Valid FindMeFollowMeAlertingGroupReplacementOutgoingDNSIPURIorUserIdList> getPhoneNumberOrUserList() -
setCriteriaActivation
public FindMeFollowMe.GroupFindMeFollowMeModifyAlertingGroupRequest setCriteriaActivation(CriteriaActivation... criteriaActivation) -
getCriteriaActivation
-
getEmptyObject
public static FindMeFollowMe.GroupFindMeFollowMeModifyAlertingGroupRequest 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>
-