Package co.ecg.alpaca.toolkit.generated
Class FindMeFollowMe.GroupFindMeFollowMeDeleteAlertingGroupSelectiveCriteriaRequest
java.lang.Object
co.ecg.alpaca.toolkit.messaging.request.Request<DefaultResponse>
co.ecg.alpaca.toolkit.generated.FindMeFollowMe.GroupFindMeFollowMeDeleteAlertingGroupSelectiveCriteriaRequest
- Enclosing class:
- FindMeFollowMe
public static class FindMeFollowMe.GroupFindMeFollowMeDeleteAlertingGroupSelectiveCriteriaRequest
extends Request<DefaultResponse>
Delete a criteria from the Find-me/Follow-me alerting group. 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 @Size(min=1,max=40) String
protected @NotNull @Size(min=1,max=50) String
protected @NotNull @Valid FindMeFollowMe
-
Constructor Summary
ConstructorsConstructorDescriptionGroupFindMeFollowMeDeleteAlertingGroupSelectiveCriteriaRequest
(FindMeFollowMe user, String alertingGroupName, String criteriaName) -
Method Summary
Modifier and TypeMethodDescriptionvoid
Forms the XML Document for this Request Object.getEmptyObject
(BroadWorksServer broadWorksServer) Retrieves this object with minimal setup.setAlertingGroupName
(String alertingGroupName) setCriteriaName
(String criteriaName) 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
-
criteriaName
-
-
Constructor Details
-
GroupFindMeFollowMeDeleteAlertingGroupSelectiveCriteriaRequest
public GroupFindMeFollowMeDeleteAlertingGroupSelectiveCriteriaRequest() -
GroupFindMeFollowMeDeleteAlertingGroupSelectiveCriteriaRequest
public GroupFindMeFollowMeDeleteAlertingGroupSelectiveCriteriaRequest(FindMeFollowMe user, String alertingGroupName, String criteriaName)
-
-
Method Details
-
setUser
-
getFindMeFollowMe
-
setAlertingGroupName
public FindMeFollowMe.GroupFindMeFollowMeDeleteAlertingGroupSelectiveCriteriaRequest setAlertingGroupName(String alertingGroupName) -
getAlertingGroupName
-
setCriteriaName
public FindMeFollowMe.GroupFindMeFollowMeDeleteAlertingGroupSelectiveCriteriaRequest setCriteriaName(String criteriaName) -
getCriteriaName
-
getEmptyObject
public static FindMeFollowMe.GroupFindMeFollowMeDeleteAlertingGroupSelectiveCriteriaRequest 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>
-