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
-
Field Summary
-
Constructor Summary
Constructors Constructor Description GroupServiceGetAuthorizedListRequest()
GroupServiceGetAuthorizedListRequest(Group group)
-
Method Summary
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, isMemberOfBundle, isValid, setBroadWorksServer, setCommandElement, setCommandType, setDomDocument, setEcho, setMemberOfBundle, setRequestId, setRequestTimeoutMillis, setResponseClass, setRetries, setRetryCodes, setRootElement, toString, validate
-
Field Details
-
Constructor Details
-
GroupServiceGetAuthorizedListRequest
public GroupServiceGetAuthorizedListRequest() -
GroupServiceGetAuthorizedListRequest
-
-
Method Details
-
setGroup
-
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>
-