Class GroupCallCapacityManagement.GroupCallCapacityManagementModifyInstanceRequest
java.lang.Object
co.ecg.alpaca.toolkit.messaging.request.Request<DefaultResponse>
co.ecg.alpaca.toolkit.generated.services.GroupCallCapacityManagement.GroupCallCapacityManagementModifyInstanceRequest
- Enclosing class:
- GroupCallCapacityManagement
public static class GroupCallCapacityManagement.GroupCallCapacityManagementModifyInstanceRequest
extends Request<DefaultResponse>
Modifies a Call Capacity Management group. Replaces the entire list of users in the group. 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 TypeMethodDescriptionvoid
Forms the XML Document for this Request Object.getEmptyObject
(BroadWorksServer broadWorksServer) Retrieves this object with minimal setup.getGroup()
getName()
Optional<@Valid ReplacementUserIdList>
setBecomeDefaultGroupForNewUsers
(Boolean becomeDefaultGroupForNewUsers) setMaxActiveCallsAllowed
(Integer maxActiveCallsAllowed) setMaxIncomingActiveCallsAllowed
(Integer maxIncomingActiveCallsAllowed) setMaxOutgoingActiveCallsAllowed
(Integer maxOutgoingActiveCallsAllowed) setNewName
(String newName) setUserIdList
(ReplacementUserIdList userIdList) 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
-
name
-
newName
-
maxActiveCallsAllowed
-
maxIncomingActiveCallsAllowed
-
maxOutgoingActiveCallsAllowed
-
becomeDefaultGroupForNewUsers
-
userIdList
-
-
Constructor Details
-
GroupCallCapacityManagementModifyInstanceRequest
public GroupCallCapacityManagementModifyInstanceRequest() -
GroupCallCapacityManagementModifyInstanceRequest
-
-
Method Details
-
setGroup
public GroupCallCapacityManagement.GroupCallCapacityManagementModifyInstanceRequest setGroup(Group group) -
getGroup
-
setName
public GroupCallCapacityManagement.GroupCallCapacityManagementModifyInstanceRequest setName(String name) -
getName
-
setNewName
public GroupCallCapacityManagement.GroupCallCapacityManagementModifyInstanceRequest setNewName(String newName) -
getNewName
-
setMaxActiveCallsAllowed
public GroupCallCapacityManagement.GroupCallCapacityManagementModifyInstanceRequest setMaxActiveCallsAllowed(Integer maxActiveCallsAllowed) -
getMaxActiveCallsAllowed
-
unsetMaxIncomingActiveCallsAllowed
public GroupCallCapacityManagement.GroupCallCapacityManagementModifyInstanceRequest unsetMaxIncomingActiveCallsAllowed() -
setMaxIncomingActiveCallsAllowed
public GroupCallCapacityManagement.GroupCallCapacityManagementModifyInstanceRequest setMaxIncomingActiveCallsAllowed(Integer maxIncomingActiveCallsAllowed) -
getMaxIncomingActiveCallsAllowed
-
unsetMaxOutgoingActiveCallsAllowed
public GroupCallCapacityManagement.GroupCallCapacityManagementModifyInstanceRequest unsetMaxOutgoingActiveCallsAllowed() -
setMaxOutgoingActiveCallsAllowed
public GroupCallCapacityManagement.GroupCallCapacityManagementModifyInstanceRequest setMaxOutgoingActiveCallsAllowed(Integer maxOutgoingActiveCallsAllowed) -
getMaxOutgoingActiveCallsAllowed
-
setBecomeDefaultGroupForNewUsers
public GroupCallCapacityManagement.GroupCallCapacityManagementModifyInstanceRequest setBecomeDefaultGroupForNewUsers(Boolean becomeDefaultGroupForNewUsers) -
getBecomeDefaultGroupForNewUsers
-
unsetUserIdList
public GroupCallCapacityManagement.GroupCallCapacityManagementModifyInstanceRequest unsetUserIdList() -
setUserIdList
public GroupCallCapacityManagement.GroupCallCapacityManagementModifyInstanceRequest setUserIdList(ReplacementUserIdList userIdList) -
getUserIdList
-
getEmptyObject
public static GroupCallCapacityManagement.GroupCallCapacityManagementModifyInstanceRequest 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>
-