Package co.ecg.alpaca.toolkit.generated
Class Group.GroupServiceGetAuthorizedListRequest
- java.lang.Object
-
- co.ecg.alpaca.toolkit.messaging.request.Request<Group.GroupServiceGetAuthorizedListResponse>
-
- co.ecg.alpaca.toolkit.generated.Group.GroupServiceGetAuthorizedListRequest
-
- Enclosing class:
- Group
public static class Group.GroupServiceGetAuthorizedListRequest extends Request<Group.GroupServiceGetAuthorizedListResponse>
Requests the list of services and service packs authorized to a group. The response is either GroupServiceGetAuthorizedListResponse or ErrorResponse.- Author:
- AlpacaGenerator
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class co.ecg.alpaca.toolkit.messaging.request.Request
Request.Protocol
-
-
Constructor Summary
Constructors Constructor Description GroupServiceGetAuthorizedListRequest()
GroupServiceGetAuthorizedListRequest(Group group)
-
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.static Group.GroupServiceGetAuthorizedListRequest
getEmptyObject(BroadWorksServer broadWorksServer)
Retrieves this object with minimal setup.Group
getGroup()
Group.GroupServiceGetAuthorizedListRequest
setGroup(Group group)
-
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 Detail
-
group
@NotNull @Valid protected transient @NotNull @Valid Group group
-
-
Constructor Detail
-
GroupServiceGetAuthorizedListRequest
public GroupServiceGetAuthorizedListRequest()
-
GroupServiceGetAuthorizedListRequest
public GroupServiceGetAuthorizedListRequest(Group group)
-
-
Method Detail
-
setGroup
public Group.GroupServiceGetAuthorizedListRequest setGroup(Group group)
-
getGroup
public Group getGroup()
-
getEmptyObject
public static Group.GroupServiceGetAuthorizedListRequest 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<Group.GroupServiceGetAuthorizedListResponse>
-
-