Package co.ecg.alpaca.toolkit.generated
Class Group.GroupExistingUsersAssignUserServiceListRequest
java.lang.Object
co.ecg.alpaca.toolkit.messaging.request.Request<DefaultResponse>
co.ecg.alpaca.toolkit.generated.Group.GroupExistingUsersAssignUserServiceListRequest
- Enclosing class:
- Group
public static class Group.GroupExistingUsersAssignUserServiceListRequest
extends Request<DefaultResponse>
Request to assign the user services and service packs to all existing users within the group. BroadSoft recommends using this command only for small groups with less than 100 users. This command will return an error if the group has over 500 users. The recommended way to bulk assign/unassign services is Service Pack Migration. The response is either a SuccessResponse 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
FieldsModifier and TypeFieldDescriptionprotected @NotNull @Valid Group
protected UserService[]
protected String[]
-
Constructor Summary
ConstructorsConstructorDescription -
Method Summary
Modifier and TypeMethodDescriptionvoid
Forms the XML Document for this Request Object.getEmptyObject
(BroadWorksServer broadWorksServer) Retrieves this object with minimal setup.getGroup()
String[]
setServiceName
(UserService... serviceName) setServicePackName
(String... servicePackName) 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
-
serviceName
-
servicePackName
-
-
Constructor Details
-
GroupExistingUsersAssignUserServiceListRequest
public GroupExistingUsersAssignUserServiceListRequest() -
GroupExistingUsersAssignUserServiceListRequest
-
-
Method Details
-
setGroup
-
getGroup
-
setServiceName
public Group.GroupExistingUsersAssignUserServiceListRequest setServiceName(UserService... serviceName) -
getServiceName
-
setServicePackName
public Group.GroupExistingUsersAssignUserServiceListRequest setServicePackName(String... servicePackName) -
getServicePackName
-
getEmptyObject
public static Group.GroupExistingUsersAssignUserServiceListRequest 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<DefaultResponse>
-