| Constructor and Description |
|---|
EmbeddedServiceLiveAgent()
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getAvatarImg() |
java.lang.String |
getEmbeddedServiceConfig() |
EmbeddedServiceQuickAction[] |
getEmbeddedServiceQuickActions() |
boolean |
getEnabled() |
EmbeddedServiceFontSize |
getFontSize() |
boolean |
getIsOfflineCaseEnabled() |
boolean |
getIsQueuePositionEnabled() |
java.lang.String |
getLiveAgentChatUrl() |
java.lang.String |
getLiveAgentContentUrl() |
java.lang.String |
getLiveChatButton() |
java.lang.String |
getLiveChatDeployment() |
java.lang.String |
getMasterLabel() |
java.lang.String |
getOfflineCaseBackgroundImg() |
java.lang.String |
getPrechatBackgroundImg() |
boolean |
getPrechatEnabled() |
java.lang.String |
getPrechatJson() |
EmbeddedServiceScenario |
getScenario() |
java.lang.String |
getSmallCompanyLogoImg() |
java.lang.String |
getWaitingStateBackgroundImg() |
boolean |
isEnabled() |
boolean |
isIsOfflineCaseEnabled() |
boolean |
isIsQueuePositionEnabled() |
boolean |
isPrechatEnabled() |
void |
load(XmlInputStream __in,
TypeMapper __typeMapper) |
protected void |
loadFields(XmlInputStream __in,
TypeMapper __typeMapper) |
void |
setAvatarImg(java.lang.String avatarImg) |
protected void |
setAvatarImg(XmlInputStream __in,
TypeMapper __typeMapper) |
void |
setEmbeddedServiceConfig(java.lang.String embeddedServiceConfig) |
protected void |
setEmbeddedServiceConfig(XmlInputStream __in,
TypeMapper __typeMapper) |
void |
setEmbeddedServiceQuickActions(EmbeddedServiceQuickAction[] embeddedServiceQuickActions) |
protected void |
setEmbeddedServiceQuickActions(XmlInputStream __in,
TypeMapper __typeMapper) |
void |
setEnabled(boolean enabled) |
protected void |
setEnabled(XmlInputStream __in,
TypeMapper __typeMapper) |
void |
setFontSize(EmbeddedServiceFontSize fontSize) |
protected void |
setFontSize(XmlInputStream __in,
TypeMapper __typeMapper) |
void |
setIsOfflineCaseEnabled(boolean isOfflineCaseEnabled) |
protected void |
setIsOfflineCaseEnabled(XmlInputStream __in,
TypeMapper __typeMapper) |
void |
setIsQueuePositionEnabled(boolean isQueuePositionEnabled) |
protected void |
setIsQueuePositionEnabled(XmlInputStream __in,
TypeMapper __typeMapper) |
void |
setLiveAgentChatUrl(java.lang.String liveAgentChatUrl) |
protected void |
setLiveAgentChatUrl(XmlInputStream __in,
TypeMapper __typeMapper) |
void |
setLiveAgentContentUrl(java.lang.String liveAgentContentUrl) |
protected void |
setLiveAgentContentUrl(XmlInputStream __in,
TypeMapper __typeMapper) |
void |
setLiveChatButton(java.lang.String liveChatButton) |
protected void |
setLiveChatButton(XmlInputStream __in,
TypeMapper __typeMapper) |
void |
setLiveChatDeployment(java.lang.String liveChatDeployment) |
protected void |
setLiveChatDeployment(XmlInputStream __in,
TypeMapper __typeMapper) |
void |
setMasterLabel(java.lang.String masterLabel) |
protected void |
setMasterLabel(XmlInputStream __in,
TypeMapper __typeMapper) |
void |
setOfflineCaseBackgroundImg(java.lang.String offlineCaseBackgroundImg) |
protected void |
setOfflineCaseBackgroundImg(XmlInputStream __in,
TypeMapper __typeMapper) |
void |
setPrechatBackgroundImg(java.lang.String prechatBackgroundImg) |
protected void |
setPrechatBackgroundImg(XmlInputStream __in,
TypeMapper __typeMapper) |
void |
setPrechatEnabled(boolean prechatEnabled) |
protected void |
setPrechatEnabled(XmlInputStream __in,
TypeMapper __typeMapper) |
void |
setPrechatJson(java.lang.String prechatJson) |
protected void |
setPrechatJson(XmlInputStream __in,
TypeMapper __typeMapper) |
void |
setScenario(EmbeddedServiceScenario scenario) |
protected void |
setScenario(XmlInputStream __in,
TypeMapper __typeMapper) |
void |
setSmallCompanyLogoImg(java.lang.String smallCompanyLogoImg) |
protected void |
setSmallCompanyLogoImg(XmlInputStream __in,
TypeMapper __typeMapper) |
void |
setWaitingStateBackgroundImg(java.lang.String waitingStateBackgroundImg) |
protected void |
setWaitingStateBackgroundImg(XmlInputStream __in,
TypeMapper __typeMapper) |
java.lang.String |
toString() |
void |
write(javax.xml.namespace.QName __element,
XmlOutputStream __out,
TypeMapper __typeMapper) |
protected void |
writeFields(XmlOutputStream __out,
TypeMapper __typeMapper) |
getFullName, setFullName, setFullNamepublic java.lang.String getAvatarImg()
public void setAvatarImg(java.lang.String avatarImg)
protected void setAvatarImg(XmlInputStream __in, TypeMapper __typeMapper) throws java.io.IOException, ConnectionException
java.io.IOExceptionConnectionExceptionpublic java.lang.String getEmbeddedServiceConfig()
public void setEmbeddedServiceConfig(java.lang.String embeddedServiceConfig)
protected void setEmbeddedServiceConfig(XmlInputStream __in, TypeMapper __typeMapper) throws java.io.IOException, ConnectionException
java.io.IOExceptionConnectionExceptionpublic EmbeddedServiceQuickAction[] getEmbeddedServiceQuickActions()
public void setEmbeddedServiceQuickActions(EmbeddedServiceQuickAction[] embeddedServiceQuickActions)
protected void setEmbeddedServiceQuickActions(XmlInputStream __in, TypeMapper __typeMapper) throws java.io.IOException, ConnectionException
java.io.IOExceptionConnectionExceptionpublic boolean getEnabled()
public boolean isEnabled()
public void setEnabled(boolean enabled)
protected void setEnabled(XmlInputStream __in, TypeMapper __typeMapper) throws java.io.IOException, ConnectionException
java.io.IOExceptionConnectionExceptionpublic EmbeddedServiceFontSize getFontSize()
public void setFontSize(EmbeddedServiceFontSize fontSize)
protected void setFontSize(XmlInputStream __in, TypeMapper __typeMapper) throws java.io.IOException, ConnectionException
java.io.IOExceptionConnectionExceptionpublic boolean getIsOfflineCaseEnabled()
public boolean isIsOfflineCaseEnabled()
public void setIsOfflineCaseEnabled(boolean isOfflineCaseEnabled)
protected void setIsOfflineCaseEnabled(XmlInputStream __in, TypeMapper __typeMapper) throws java.io.IOException, ConnectionException
java.io.IOExceptionConnectionExceptionpublic boolean getIsQueuePositionEnabled()
public boolean isIsQueuePositionEnabled()
public void setIsQueuePositionEnabled(boolean isQueuePositionEnabled)
protected void setIsQueuePositionEnabled(XmlInputStream __in, TypeMapper __typeMapper) throws java.io.IOException, ConnectionException
java.io.IOExceptionConnectionExceptionpublic java.lang.String getLiveAgentChatUrl()
public void setLiveAgentChatUrl(java.lang.String liveAgentChatUrl)
protected void setLiveAgentChatUrl(XmlInputStream __in, TypeMapper __typeMapper) throws java.io.IOException, ConnectionException
java.io.IOExceptionConnectionExceptionpublic java.lang.String getLiveAgentContentUrl()
public void setLiveAgentContentUrl(java.lang.String liveAgentContentUrl)
protected void setLiveAgentContentUrl(XmlInputStream __in, TypeMapper __typeMapper) throws java.io.IOException, ConnectionException
java.io.IOExceptionConnectionExceptionpublic java.lang.String getLiveChatButton()
public void setLiveChatButton(java.lang.String liveChatButton)
protected void setLiveChatButton(XmlInputStream __in, TypeMapper __typeMapper) throws java.io.IOException, ConnectionException
java.io.IOExceptionConnectionExceptionpublic java.lang.String getLiveChatDeployment()
public void setLiveChatDeployment(java.lang.String liveChatDeployment)
protected void setLiveChatDeployment(XmlInputStream __in, TypeMapper __typeMapper) throws java.io.IOException, ConnectionException
java.io.IOExceptionConnectionExceptionpublic java.lang.String getMasterLabel()
public void setMasterLabel(java.lang.String masterLabel)
protected void setMasterLabel(XmlInputStream __in, TypeMapper __typeMapper) throws java.io.IOException, ConnectionException
java.io.IOExceptionConnectionExceptionpublic java.lang.String getOfflineCaseBackgroundImg()
public void setOfflineCaseBackgroundImg(java.lang.String offlineCaseBackgroundImg)
protected void setOfflineCaseBackgroundImg(XmlInputStream __in, TypeMapper __typeMapper) throws java.io.IOException, ConnectionException
java.io.IOExceptionConnectionExceptionpublic java.lang.String getPrechatBackgroundImg()
public void setPrechatBackgroundImg(java.lang.String prechatBackgroundImg)
protected void setPrechatBackgroundImg(XmlInputStream __in, TypeMapper __typeMapper) throws java.io.IOException, ConnectionException
java.io.IOExceptionConnectionExceptionpublic boolean getPrechatEnabled()
public boolean isPrechatEnabled()
public void setPrechatEnabled(boolean prechatEnabled)
protected void setPrechatEnabled(XmlInputStream __in, TypeMapper __typeMapper) throws java.io.IOException, ConnectionException
java.io.IOExceptionConnectionExceptionpublic java.lang.String getPrechatJson()
public void setPrechatJson(java.lang.String prechatJson)
protected void setPrechatJson(XmlInputStream __in, TypeMapper __typeMapper) throws java.io.IOException, ConnectionException
java.io.IOExceptionConnectionExceptionpublic EmbeddedServiceScenario getScenario()
public void setScenario(EmbeddedServiceScenario scenario)
protected void setScenario(XmlInputStream __in, TypeMapper __typeMapper) throws java.io.IOException, ConnectionException
java.io.IOExceptionConnectionExceptionpublic java.lang.String getSmallCompanyLogoImg()
public void setSmallCompanyLogoImg(java.lang.String smallCompanyLogoImg)
protected void setSmallCompanyLogoImg(XmlInputStream __in, TypeMapper __typeMapper) throws java.io.IOException, ConnectionException
java.io.IOExceptionConnectionExceptionpublic java.lang.String getWaitingStateBackgroundImg()
public void setWaitingStateBackgroundImg(java.lang.String waitingStateBackgroundImg)
protected void setWaitingStateBackgroundImg(XmlInputStream __in, TypeMapper __typeMapper) throws java.io.IOException, ConnectionException
java.io.IOExceptionConnectionExceptionpublic void write(javax.xml.namespace.QName __element,
XmlOutputStream __out,
TypeMapper __typeMapper)
throws java.io.IOException
protected void writeFields(XmlOutputStream __out, TypeMapper __typeMapper) throws java.io.IOException
writeFields in class Metadatajava.io.IOExceptionpublic void load(XmlInputStream __in, TypeMapper __typeMapper) throws java.io.IOException, ConnectionException
load in interface XMLizableload in class Metadatajava.io.IOExceptionConnectionExceptionprotected void loadFields(XmlInputStream __in, TypeMapper __typeMapper) throws java.io.IOException, ConnectionException
loadFields in class Metadatajava.io.IOExceptionConnectionExceptionCopyright © 2020. All Rights Reserved.