Package co.ecg.alpaca.toolkit.generated
Class FindMeFollowMe.GroupFindMeFollowMeDeleteInstanceRequest
- java.lang.Object
-
- co.ecg.alpaca.toolkit.messaging.request.Request<DefaultResponse>
-
- co.ecg.alpaca.toolkit.generated.FindMeFollowMe.GroupFindMeFollowMeDeleteInstanceRequest
-
- Enclosing class:
- FindMeFollowMe
public static class FindMeFollowMe.GroupFindMeFollowMeDeleteInstanceRequest extends Request<DefaultResponse>
Delete a Find-me/Follow-me instance from a 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
Fields Modifier and Type Field Description protected @NotNull @Valid FindMeFollowMeuser
-
Constructor Summary
Constructors Constructor Description GroupFindMeFollowMeDeleteInstanceRequest()GroupFindMeFollowMeDeleteInstanceRequest(FindMeFollowMe user)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voidformRequest()Forms the XML Document for this Request Object.static FindMeFollowMe.GroupFindMeFollowMeDeleteInstanceRequestgetEmptyObject(BroadWorksServer broadWorksServer)Retrieves this object with minimal setup.FindMeFollowMegetFindMeFollowMe()FindMeFollowMe.GroupFindMeFollowMeDeleteInstanceRequestsetUser(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
-
-
Constructor Detail
-
GroupFindMeFollowMeDeleteInstanceRequest
public GroupFindMeFollowMeDeleteInstanceRequest()
-
GroupFindMeFollowMeDeleteInstanceRequest
public GroupFindMeFollowMeDeleteInstanceRequest(FindMeFollowMe user)
-
-
Method Detail
-
setUser
public FindMeFollowMe.GroupFindMeFollowMeDeleteInstanceRequest setUser(FindMeFollowMe user)
-
getFindMeFollowMe
public FindMeFollowMe getFindMeFollowMe()
-
getEmptyObject
public static FindMeFollowMe.GroupFindMeFollowMeDeleteInstanceRequest 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>
-
-