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
Fields Modifier and Type Field Description protected @Size(max=5) String[]
alertingGroupName
protected @NotNull @Valid FindMeFollowMe
user
-
Constructor Summary
Constructors Constructor Description GroupFindMeFollowMeModifyAlertingGroupListRequest()
GroupFindMeFollowMeModifyAlertingGroupListRequest(FindMeFollowMe user)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description void
formRequest()
Forms the XML Document for this Request Object.String[]
getAlertingGroupName()
static FindMeFollowMe.GroupFindMeFollowMeModifyAlertingGroupListRequest
getEmptyObject(BroadWorksServer broadWorksServer)
Retrieves this object with minimal setup.FindMeFollowMe
getFindMeFollowMe()
FindMeFollowMe.GroupFindMeFollowMeModifyAlertingGroupListRequest
setAlertingGroupName(String... alertingGroupName)
FindMeFollowMe.GroupFindMeFollowMeModifyAlertingGroupListRequest
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, isMemberOfBundle, isValid, setBroadWorksServer, setCommandElement, setCommandType, setDomDocument, setEcho, setMemberOfBundle, setRequestId, setRequestTimeoutMillis, setResponseClass, setRetries, setRetryCodes, setRootElement, toString, validate
-
-
-
-
Field Detail
-
user
@NotNull @Valid protected transient @NotNull @Valid FindMeFollowMe user
-
alertingGroupName
@Size(max=5) @StringArrayElementSize(min=1, max=40) protected @Size(max=5) String[] alertingGroupName
-
-
Constructor Detail
-
GroupFindMeFollowMeModifyAlertingGroupListRequest
public GroupFindMeFollowMeModifyAlertingGroupListRequest()
-
GroupFindMeFollowMeModifyAlertingGroupListRequest
public GroupFindMeFollowMeModifyAlertingGroupListRequest(FindMeFollowMe user)
-
-
Method Detail
-
setUser
public FindMeFollowMe.GroupFindMeFollowMeModifyAlertingGroupListRequest setUser(FindMeFollowMe user)
-
getFindMeFollowMe
public FindMeFollowMe getFindMeFollowMe()
-
setAlertingGroupName
public FindMeFollowMe.GroupFindMeFollowMeModifyAlertingGroupListRequest setAlertingGroupName(String... alertingGroupName)
-
getAlertingGroupName
public String[] 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:
formRequest
in classRequest<DefaultResponse>
-
-