Class GroupCallCapacityManagement.GroupCallCapacityManagementAddInstanceRequest
java.lang.Object
co.ecg.alpaca.toolkit.messaging.request.Request<DefaultResponse>
co.ecg.alpaca.toolkit.generated.services.GroupCallCapacityManagement.GroupCallCapacityManagementAddInstanceRequest
- Enclosing class:
GroupCallCapacityManagement
public static class GroupCallCapacityManagement.GroupCallCapacityManagementAddInstanceRequest
extends Request<DefaultResponse>
Adds a Call Capacity Management 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
ConstructorsConstructorDescriptionGroupCallCapacityManagementAddInstanceRequest
(Group group, String name, Integer maxActiveCallsAllowed, Boolean becomeDefaultGroupForNewUsers) -
Method Summary
Modifier and TypeMethodDescriptionvoid
Forms the XML Document for this Request Object.getEmptyObject
(BroadWorksServer broadWorksServer) Retrieves this object with minimal setup.getGroup()
getName()
User[]
getUser()
setBecomeDefaultGroupForNewUsers
(Boolean becomeDefaultGroupForNewUsers) setMaxActiveCallsAllowed
(Integer maxActiveCallsAllowed) setMaxIncomingActiveCallsAllowed
(Integer maxIncomingActiveCallsAllowed) setMaxOutgoingActiveCallsAllowed
(Integer maxOutgoingActiveCallsAllowed) 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
-
maxActiveCallsAllowed
-
maxIncomingActiveCallsAllowed
-
maxOutgoingActiveCallsAllowed
-
becomeDefaultGroupForNewUsers
-
user
-
-
Constructor Details
-
GroupCallCapacityManagementAddInstanceRequest
public GroupCallCapacityManagementAddInstanceRequest() -
GroupCallCapacityManagementAddInstanceRequest
-
-
Method Details
-
setGroup
public GroupCallCapacityManagement.GroupCallCapacityManagementAddInstanceRequest setGroup(Group group) -
getGroup
-
setName
public GroupCallCapacityManagement.GroupCallCapacityManagementAddInstanceRequest setName(String name) -
getName
-
setMaxActiveCallsAllowed
public GroupCallCapacityManagement.GroupCallCapacityManagementAddInstanceRequest setMaxActiveCallsAllowed(Integer maxActiveCallsAllowed) -
getMaxActiveCallsAllowed
-
setMaxIncomingActiveCallsAllowed
public GroupCallCapacityManagement.GroupCallCapacityManagementAddInstanceRequest setMaxIncomingActiveCallsAllowed(Integer maxIncomingActiveCallsAllowed) -
getMaxIncomingActiveCallsAllowed
-
setMaxOutgoingActiveCallsAllowed
public GroupCallCapacityManagement.GroupCallCapacityManagementAddInstanceRequest setMaxOutgoingActiveCallsAllowed(Integer maxOutgoingActiveCallsAllowed) -
getMaxOutgoingActiveCallsAllowed
-
setBecomeDefaultGroupForNewUsers
public GroupCallCapacityManagement.GroupCallCapacityManagementAddInstanceRequest setBecomeDefaultGroupForNewUsers(Boolean becomeDefaultGroupForNewUsers) -
getBecomeDefaultGroupForNewUsers
-
setUser
public GroupCallCapacityManagement.GroupCallCapacityManagementAddInstanceRequest setUser(User... user) -
getUser
-
getEmptyObject
public static GroupCallCapacityManagement.GroupCallCapacityManagementAddInstanceRequest 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>
-