Package co.ecg.alpaca.toolkit.generated
Class User.UserAssignedServicesGetListRequest
java.lang.Object
co.ecg.alpaca.toolkit.messaging.request.Request<User.UserAssignedServicesGetListResponse>
co.ecg.alpaca.toolkit.generated.User.UserAssignedServicesGetListRequest
- Enclosing class:
User
public static class User.UserAssignedServicesGetListRequest
extends Request<User.UserAssignedServicesGetListResponse>
Get the list of assigned User and Group Services for the specified user. The response is either an UserAssignedServicesGetListResponse or an ErrorResponse.
- Author:
- AlpacaGenerator
-
Nested Class Summary
Nested classes/interfaces inherited from class co.ecg.alpaca.toolkit.messaging.request.Request
Request.Protocol -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidForms the XML Document for this Request Object.setUser(BroadWorksUser 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
-
-
Constructor Details
-
UserAssignedServicesGetListRequest
public UserAssignedServicesGetListRequest() -
UserAssignedServicesGetListRequest
-
-
Method Details
-
setUser
-
getBroadWorksUser
-
formRequest
public void formRequest()Forms the XML Document for this Request Object. Called by the Request upon fire().- Overrides:
formRequestin classRequest<User.UserAssignedServicesGetListResponse>
-