Package co.ecg.alpaca.toolkit.generated
Class FindMeFollowMe.GroupFindMeFollowMeDeleteAlertingGroupRequest
java.lang.Object
co.ecg.alpaca.toolkit.messaging.request.Request<DefaultResponse>
co.ecg.alpaca.toolkit.generated.FindMeFollowMe.GroupFindMeFollowMeDeleteAlertingGroupRequest
- Enclosing class:
- FindMeFollowMe
public static class FindMeFollowMe.GroupFindMeFollowMeDeleteAlertingGroupRequest
extends Request<DefaultResponse>
Delete an alerting group from a Find-me/Follow-me instance. 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 @NotNull @Valid FindMeFollowMe
-
Constructor Summary
ConstructorsConstructorDescriptionGroupFindMeFollowMeDeleteAlertingGroupRequest
(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.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
-
-
Constructor Details
-
GroupFindMeFollowMeDeleteAlertingGroupRequest
public GroupFindMeFollowMeDeleteAlertingGroupRequest() -
GroupFindMeFollowMeDeleteAlertingGroupRequest
-
-
Method Details
-
setUser
-
getFindMeFollowMe
-
setAlertingGroupName
public FindMeFollowMe.GroupFindMeFollowMeDeleteAlertingGroupRequest setAlertingGroupName(String alertingGroupName) -
getAlertingGroupName
-
getEmptyObject
public static FindMeFollowMe.GroupFindMeFollowMeDeleteAlertingGroupRequest 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>
-