Package co.ecg.alpaca.toolkit.generated
Class Group.GroupExistingUsersUnassignUserServiceListRequest
- java.lang.Object
-
- co.ecg.alpaca.toolkit.messaging.request.Request<DefaultResponse>
-
- co.ecg.alpaca.toolkit.generated.Group.GroupExistingUsersUnassignUserServiceListRequest
-
- Enclosing class:
- Group
public static class Group.GroupExistingUsersUnassignUserServiceListRequest extends Request<DefaultResponse>
Requests to unassign the user services and service packs for 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
Fields Modifier and Type Field Description protected @NotNull @Valid Groupgroupprotected UserService[]serviceNameprotected String[]servicePackName
-
Constructor Summary
Constructors Constructor Description GroupExistingUsersUnassignUserServiceListRequest()GroupExistingUsersUnassignUserServiceListRequest(Group group)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voidformRequest()Forms the XML Document for this Request Object.static Group.GroupExistingUsersUnassignUserServiceListRequestgetEmptyObject(BroadWorksServer broadWorksServer)Retrieves this object with minimal setup.GroupgetGroup()UserService[]getServiceName()String[]getServicePackName()Group.GroupExistingUsersUnassignUserServiceListRequestsetGroup(Group group)Group.GroupExistingUsersUnassignUserServiceListRequestsetServiceName(UserService... serviceName)Group.GroupExistingUsersUnassignUserServiceListRequestsetServicePackName(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, isMemberOfBundle, isValid, setBroadWorksServer, setCommandElement, setCommandType, setDomDocument, setEcho, setMemberOfBundle, setRequestId, setRequestTimeoutMillis, setResponseClass, setRetries, setRetryCodes, setRootElement, toString, validate
-
-
-
-
Field Detail
-
group
@NotNull @Valid protected transient @NotNull @Valid Group group
-
serviceName
protected UserService[] serviceName
-
servicePackName
@StringArrayElementSize(min=1, max=80) protected String[] servicePackName
-
-
Constructor Detail
-
GroupExistingUsersUnassignUserServiceListRequest
public GroupExistingUsersUnassignUserServiceListRequest()
-
GroupExistingUsersUnassignUserServiceListRequest
public GroupExistingUsersUnassignUserServiceListRequest(Group group)
-
-
Method Detail
-
setGroup
public Group.GroupExistingUsersUnassignUserServiceListRequest setGroup(Group group)
-
getGroup
public Group getGroup()
-
setServiceName
public Group.GroupExistingUsersUnassignUserServiceListRequest setServiceName(UserService... serviceName)
-
getServiceName
public UserService[] getServiceName()
-
setServicePackName
public Group.GroupExistingUsersUnassignUserServiceListRequest setServicePackName(String... servicePackName)
-
getServicePackName
public String[] getServicePackName()
-
getEmptyObject
public static Group.GroupExistingUsersUnassignUserServiceListRequest 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>
-
-