@GwtIncompatible public static class GroupCallCapacityManagement.GroupCallCapacityManagementAddInstanceRequest extends Request<DefaultResponse>
Request.Protocol| Modifier and Type | Field and Description | 
|---|---|
protected Boolean | 
becomeDefaultGroupForNewUsers  | 
protected Group | 
group  | 
protected Integer | 
maxActiveCallsAllowed  | 
protected Integer | 
maxIncomingActiveCallsAllowed  | 
protected Integer | 
maxOutgoingActiveCallsAllowed  | 
protected String | 
name  | 
protected BroadWorksUser | 
user  | 
| Constructor and Description | 
|---|
GroupCallCapacityManagementAddInstanceRequest(Group group,
                                             String name,
                                             Integer maxActiveCallsAllowed,
                                             Boolean becomeDefaultGroupForNewUsers)  | 
appendChild, appendChild, appendChild, asyncFire, createElement, createNilElement, createTextElement, fire, fire, getBroadWorksServer, getCacheString, getCommandElement, getCommandType, getDomDocument, getId, getResponseClass, getRootElement, getValidationErrorsAsString, isMemberOfBundle, isValid, setBroadWorksServer, setCommandElement, setCommandType, setDomDocument, setMemberOfBundle, setRequestId, setResponseClass, setRootElement, toString, validate@NotNull protected transient Group group
@NotNull
 @Size(min=1,
      max=80)
protected String name
@NotNull protected Integer maxActiveCallsAllowed
protected Integer maxIncomingActiveCallsAllowed
protected Integer maxOutgoingActiveCallsAllowed
@NotNull protected Boolean becomeDefaultGroupForNewUsers
protected transient BroadWorksUser user
public GroupCallCapacityManagement.GroupCallCapacityManagementAddInstanceRequest setGroup(Group group)
public Group getGroup()
public GroupCallCapacityManagement.GroupCallCapacityManagementAddInstanceRequest setName(String name)
public String getName()
public GroupCallCapacityManagement.GroupCallCapacityManagementAddInstanceRequest setMaxActiveCallsAllowed(Integer maxActiveCallsAllowed)
public Integer getMaxActiveCallsAllowed()
public GroupCallCapacityManagement.GroupCallCapacityManagementAddInstanceRequest setMaxIncomingActiveCallsAllowed(Integer maxIncomingActiveCallsAllowed)
public Integer getMaxIncomingActiveCallsAllowed()
public GroupCallCapacityManagement.GroupCallCapacityManagementAddInstanceRequest setMaxOutgoingActiveCallsAllowed(Integer maxOutgoingActiveCallsAllowed)
public Integer getMaxOutgoingActiveCallsAllowed()
public GroupCallCapacityManagement.GroupCallCapacityManagementAddInstanceRequest setBecomeDefaultGroupForNewUsers(Boolean becomeDefaultGroupForNewUsers)
public Boolean getBecomeDefaultGroupForNewUsers()
public GroupCallCapacityManagement.GroupCallCapacityManagementAddInstanceRequest setUser(BroadWorksUser user)
public BroadWorksUser getBroadWorksUser()
public static GroupCallCapacityManagement.GroupCallCapacityManagementAddInstanceRequest getEmptyObject(BroadWorksServer broadWorksServer)
broadWorksServer - The BroadWorksServerpublic void formRequest()
formRequest in class Request<DefaultResponse>Copyright © 2016 ECG. All rights reserved.