Package co.ecg.alpaca.toolkit.generated
Class Group.GroupUserLanguageModifyRequest
java.lang.Object
co.ecg.alpaca.toolkit.messaging.request.Request<DefaultResponse>
co.ecg.alpaca.toolkit.generated.Group.GroupUserLanguageModifyRequest
- Enclosing class:
Group
Request to modify language of the users within a group. If neither applyToUsers nor applyToServiceInstances is specified in the request, language is not changed for any user in the group. If applyToUsers is specified, regular users within the group have the language modified. If applyToServiceInstances is specified, the service instance users within the group have the language modified. 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 -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanbooleanvoidForms the XML Document for this Request Object.getEmptyObject(BroadWorksServer broadWorksServer) Retrieves this object with minimal setup.getGroup()setLanguage(String language) 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
-
group
-
language
-
applyToUsers
-
applyToServiceInstances
-
-
Constructor Details
-
GroupUserLanguageModifyRequest
public GroupUserLanguageModifyRequest() -
GroupUserLanguageModifyRequest
-
-
Method Details
-
setGroup
-
getGroup
-
setLanguage
-
getLanguage
-
setFlagApplyToUsers
-
applyToUsersFlagExist
public boolean applyToUsersFlagExist() -
getApplyToUsers
-
setFlagApplyToServiceInstances
-
applyToServiceInstancesFlagExist
public boolean applyToServiceInstancesFlagExist() -
getApplyToServiceInstances
-
getEmptyObject
public static Group.GroupUserLanguageModifyRequest 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>
-