Package co.ecg.alpaca.toolkit.generated
Class FindMeFollowMe.GroupFindMeFollowMeModifyAlertingGroupListRequest
java.lang.Object
co.ecg.alpaca.toolkit.messaging.request.Request<DefaultResponse>
co.ecg.alpaca.toolkit.generated.FindMeFollowMe.GroupFindMeFollowMeModifyAlertingGroupListRequest
- Enclosing class:
- FindMeFollowMe
public static class FindMeFollowMe.GroupFindMeFollowMeModifyAlertingGroupListRequest
extends Request<DefaultResponse>
Modify the priorities assigned to alerting groups The response is either a SuccessResponse or an ErrorResponse. NOTE: The command fails if all the alerting groups defined for the user are not provided.
- 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(max=5) String[]protected @NotNull @Valid FindMeFollowMe -
Constructor Summary
ConstructorsConstructorDescription -
Method Summary
Modifier and TypeMethodDescriptionvoidForms the XML Document for this Request Object.String[]getEmptyObject(BroadWorksServer broadWorksServer) Retrieves this object with minimal setup.setAlertingGroupName(String... alertingGroupName) 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
@Size(max=5) @StringArrayElementSize(min=1, max=40) protected @Size(max=5) String[] alertingGroupName
-
-
Constructor Details
-
GroupFindMeFollowMeModifyAlertingGroupListRequest
public GroupFindMeFollowMeModifyAlertingGroupListRequest() -
GroupFindMeFollowMeModifyAlertingGroupListRequest
-
-
Method Details
-
setUser
public FindMeFollowMe.GroupFindMeFollowMeModifyAlertingGroupListRequest setUser(FindMeFollowMe user) -
getFindMeFollowMe
-
setAlertingGroupName
public FindMeFollowMe.GroupFindMeFollowMeModifyAlertingGroupListRequest setAlertingGroupName(String... alertingGroupName) -
getAlertingGroupName
-
getEmptyObject
public static FindMeFollowMe.GroupFindMeFollowMeModifyAlertingGroupListRequest 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:
formRequestin classRequest<DefaultResponse>
-