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