@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 User |
user |
Constructor and Description |
---|
GroupCallCapacityManagementAddInstanceRequest(Group group,
String name,
Integer maxActiveCallsAllowed,
Boolean becomeDefaultGroupForNewUsers) |
appendChild, appendChild, appendChild, asyncFire, createDocument, createElement, createNilElement, createTextElement, fire, fire, getBroadWorksServer, getCommandElement, getCommandType, getDomDocument, getId, getResponseClass, getRootElement, isMemberOfBundle, isValid, run, 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 User 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(User user)
public User getUser()
public static GroupCallCapacityManagement.GroupCallCapacityManagementAddInstanceRequest getEmptyObject(BroadWorksServer broadWorksServer)
broadWorksServer
- The BroadWorksServerpublic void formRequest()
formRequest
in class Request<DefaultResponse>
Copyright © 2016 ECG. All rights reserved.