@GwtIncompatible public static class GroupCallCenter.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 GroupCallCenter.GroupCallCenterCallDispositionCodeAddRequest |
getEmptyObject(BroadWorksServer broadWorksServer)
Retrieves this object with minimal setup.
|
Group |
getGroup() |
Boolean |
getIsActive() |
GroupCallCenter.GroupCallCenterCallDispositionCodeAddRequest |
setCode(String code) |
GroupCallCenter.GroupCallCenterCallDispositionCodeAddRequest |
setDescription(String description) |
GroupCallCenter.GroupCallCenterCallDispositionCodeAddRequest |
setGroup(Group group) |
GroupCallCenter.GroupCallCenterCallDispositionCodeAddRequest |
setIsActive(Boolean isActive) |
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=10) protected String code
@NotNull protected Boolean isActive
@Size(min=1, max=40) protected String description
public GroupCallCenter.GroupCallCenterCallDispositionCodeAddRequest setGroup(Group group)
public Group getGroup()
public GroupCallCenter.GroupCallCenterCallDispositionCodeAddRequest setCode(String code)
public String getCode()
public GroupCallCenter.GroupCallCenterCallDispositionCodeAddRequest setIsActive(Boolean isActive)
public Boolean getIsActive()
public GroupCallCenter.GroupCallCenterCallDispositionCodeAddRequest setDescription(String description)
public String getDescription()
public static GroupCallCenter.GroupCallCenterCallDispositionCodeAddRequest getEmptyObject(BroadWorksServer broadWorksServer)
broadWorksServer
- The BroadWorksServerpublic void formRequest()
formRequest
in class Request<DefaultResponse>
Copyright © 2016 ECG. All rights reserved.