@GwtIncompatible public static class CallCenter.GroupCallCenterCallDispositionCodeAddRequest extends Request<DefaultResponse>
Request.Protocol| Modifier and Type | Field and Description |
|---|---|
protected String |
code |
protected String |
description |
protected Group |
group |
protected Boolean |
isActive |
| Constructor and Description |
|---|
GroupCallCenterCallDispositionCodeAddRequest(Group group,
String code,
Boolean isActive) |
| Modifier and Type | Method and Description |
|---|---|
void |
formRequest()
Forms the XML Document for this Request Object.
|
String |
getCode() |
String |
getDescription() |
static CallCenter.GroupCallCenterCallDispositionCodeAddRequest |
getEmptyObject(BroadWorksServer broadWorksServer)
Retrieves this object with minimal setup.
|
Group |
getGroup() |
Boolean |
getIsActive() |
CallCenter.GroupCallCenterCallDispositionCodeAddRequest |
setCode(String code) |
CallCenter.GroupCallCenterCallDispositionCodeAddRequest |
setDescription(String description) |
CallCenter.GroupCallCenterCallDispositionCodeAddRequest |
setGroup(Group group) |
CallCenter.GroupCallCenterCallDispositionCodeAddRequest |
setIsActive(Boolean isActive) |
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=10)
protected String code
@NotNull protected Boolean isActive
@Size(min=1,
max=40)
protected String description
public CallCenter.GroupCallCenterCallDispositionCodeAddRequest setGroup(Group group)
public Group getGroup()
public CallCenter.GroupCallCenterCallDispositionCodeAddRequest setCode(String code)
public String getCode()
public CallCenter.GroupCallCenterCallDispositionCodeAddRequest setIsActive(Boolean isActive)
public Boolean getIsActive()
public CallCenter.GroupCallCenterCallDispositionCodeAddRequest setDescription(String description)
public String getDescription()
public static CallCenter.GroupCallCenterCallDispositionCodeAddRequest getEmptyObject(BroadWorksServer broadWorksServer)
broadWorksServer - The BroadWorksServerpublic void formRequest()
formRequest in class Request<DefaultResponse>Copyright © 2016 ECG. All rights reserved.