Package com.sforce.soap.metadata
Class EmbeddedServiceLiveAgent
- java.lang.Object
-
- com.sforce.soap.metadata.Metadata
-
- com.sforce.soap.metadata.EmbeddedServiceLiveAgent
-
- All Implemented Interfaces:
com.sforce.ws.bind.XMLizable
public class EmbeddedServiceLiveAgent extends Metadata
This is a generated class for the SObject Enterprise API. Do not edit this file, as your changes will be lost.
-
-
Constructor Summary
Constructors Constructor Description EmbeddedServiceLiveAgent()Constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetAvatarImg()java.lang.StringgetCustomPrechatComponent()java.lang.StringgetEmbeddedServiceConfig()EmbeddedServiceQuickAction[]getEmbeddedServiceQuickActions()booleangetEnabled()EmbeddedServiceFontSizegetFontSize()java.lang.StringgetHeaderBackgroundImg()booleangetIsOfflineCaseEnabled()booleangetIsQueuePositionEnabled()java.lang.StringgetLiveAgentChatUrl()java.lang.StringgetLiveAgentContentUrl()java.lang.StringgetLiveChatButton()java.lang.StringgetLiveChatDeployment()java.lang.StringgetMasterLabel()java.lang.StringgetOfflineCaseBackgroundImg()java.lang.StringgetPrechatBackgroundImg()booleangetPrechatEnabled()java.lang.StringgetPrechatJson()EmbeddedServiceScenariogetScenario()java.lang.StringgetSmallCompanyLogoImg()java.lang.StringgetWaitingStateBackgroundImg()booleanisEnabled()booleanisIsOfflineCaseEnabled()booleanisIsQueuePositionEnabled()booleanisPrechatEnabled()voidload(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper)protected voidloadFields(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper)protected voidsetAvatarImg(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper)voidsetAvatarImg(java.lang.String avatarImg)protected voidsetCustomPrechatComponent(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper)voidsetCustomPrechatComponent(java.lang.String customPrechatComponent)protected voidsetEmbeddedServiceConfig(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper)voidsetEmbeddedServiceConfig(java.lang.String embeddedServiceConfig)voidsetEmbeddedServiceQuickActions(EmbeddedServiceQuickAction[] embeddedServiceQuickActions)protected voidsetEmbeddedServiceQuickActions(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper)voidsetEnabled(boolean enabled)protected voidsetEnabled(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper)voidsetFontSize(EmbeddedServiceFontSize fontSize)protected voidsetFontSize(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper)protected voidsetHeaderBackgroundImg(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper)voidsetHeaderBackgroundImg(java.lang.String headerBackgroundImg)voidsetIsOfflineCaseEnabled(boolean isOfflineCaseEnabled)protected voidsetIsOfflineCaseEnabled(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper)voidsetIsQueuePositionEnabled(boolean isQueuePositionEnabled)protected voidsetIsQueuePositionEnabled(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper)protected voidsetLiveAgentChatUrl(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper)voidsetLiveAgentChatUrl(java.lang.String liveAgentChatUrl)protected voidsetLiveAgentContentUrl(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper)voidsetLiveAgentContentUrl(java.lang.String liveAgentContentUrl)protected voidsetLiveChatButton(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper)voidsetLiveChatButton(java.lang.String liveChatButton)protected voidsetLiveChatDeployment(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper)voidsetLiveChatDeployment(java.lang.String liveChatDeployment)protected voidsetMasterLabel(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper)voidsetMasterLabel(java.lang.String masterLabel)protected voidsetOfflineCaseBackgroundImg(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper)voidsetOfflineCaseBackgroundImg(java.lang.String offlineCaseBackgroundImg)protected voidsetPrechatBackgroundImg(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper)voidsetPrechatBackgroundImg(java.lang.String prechatBackgroundImg)voidsetPrechatEnabled(boolean prechatEnabled)protected voidsetPrechatEnabled(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper)protected voidsetPrechatJson(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper)voidsetPrechatJson(java.lang.String prechatJson)voidsetScenario(EmbeddedServiceScenario scenario)protected voidsetScenario(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper)protected voidsetSmallCompanyLogoImg(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper)voidsetSmallCompanyLogoImg(java.lang.String smallCompanyLogoImg)protected voidsetWaitingStateBackgroundImg(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper)voidsetWaitingStateBackgroundImg(java.lang.String waitingStateBackgroundImg)java.lang.StringtoString()voidwrite(javax.xml.namespace.QName __element, com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper)protected voidwriteFields(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper)-
Methods inherited from class com.sforce.soap.metadata.Metadata
getFullName, setFullName, setFullName
-
-
-
-
Method Detail
-
getAvatarImg
public java.lang.String getAvatarImg()
-
setAvatarImg
public void setAvatarImg(java.lang.String avatarImg)
-
setAvatarImg
protected void setAvatarImg(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException, com.sforce.ws.ConnectionException- Throws:
java.io.IOExceptioncom.sforce.ws.ConnectionException
-
getCustomPrechatComponent
public java.lang.String getCustomPrechatComponent()
-
setCustomPrechatComponent
public void setCustomPrechatComponent(java.lang.String customPrechatComponent)
-
setCustomPrechatComponent
protected void setCustomPrechatComponent(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException, com.sforce.ws.ConnectionException- Throws:
java.io.IOExceptioncom.sforce.ws.ConnectionException
-
getEmbeddedServiceConfig
public java.lang.String getEmbeddedServiceConfig()
-
setEmbeddedServiceConfig
public void setEmbeddedServiceConfig(java.lang.String embeddedServiceConfig)
-
setEmbeddedServiceConfig
protected void setEmbeddedServiceConfig(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException, com.sforce.ws.ConnectionException- Throws:
java.io.IOExceptioncom.sforce.ws.ConnectionException
-
getEmbeddedServiceQuickActions
public EmbeddedServiceQuickAction[] getEmbeddedServiceQuickActions()
-
setEmbeddedServiceQuickActions
public void setEmbeddedServiceQuickActions(EmbeddedServiceQuickAction[] embeddedServiceQuickActions)
-
setEmbeddedServiceQuickActions
protected void setEmbeddedServiceQuickActions(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException, com.sforce.ws.ConnectionException- Throws:
java.io.IOExceptioncom.sforce.ws.ConnectionException
-
getEnabled
public boolean getEnabled()
-
isEnabled
public boolean isEnabled()
-
setEnabled
public void setEnabled(boolean enabled)
-
setEnabled
protected void setEnabled(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException, com.sforce.ws.ConnectionException- Throws:
java.io.IOExceptioncom.sforce.ws.ConnectionException
-
getFontSize
public EmbeddedServiceFontSize getFontSize()
-
setFontSize
public void setFontSize(EmbeddedServiceFontSize fontSize)
-
setFontSize
protected void setFontSize(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException, com.sforce.ws.ConnectionException- Throws:
java.io.IOExceptioncom.sforce.ws.ConnectionException
-
getHeaderBackgroundImg
public java.lang.String getHeaderBackgroundImg()
-
setHeaderBackgroundImg
public void setHeaderBackgroundImg(java.lang.String headerBackgroundImg)
-
setHeaderBackgroundImg
protected void setHeaderBackgroundImg(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException, com.sforce.ws.ConnectionException- Throws:
java.io.IOExceptioncom.sforce.ws.ConnectionException
-
getIsOfflineCaseEnabled
public boolean getIsOfflineCaseEnabled()
-
isIsOfflineCaseEnabled
public boolean isIsOfflineCaseEnabled()
-
setIsOfflineCaseEnabled
public void setIsOfflineCaseEnabled(boolean isOfflineCaseEnabled)
-
setIsOfflineCaseEnabled
protected void setIsOfflineCaseEnabled(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException, com.sforce.ws.ConnectionException- Throws:
java.io.IOExceptioncom.sforce.ws.ConnectionException
-
getIsQueuePositionEnabled
public boolean getIsQueuePositionEnabled()
-
isIsQueuePositionEnabled
public boolean isIsQueuePositionEnabled()
-
setIsQueuePositionEnabled
public void setIsQueuePositionEnabled(boolean isQueuePositionEnabled)
-
setIsQueuePositionEnabled
protected void setIsQueuePositionEnabled(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException, com.sforce.ws.ConnectionException- Throws:
java.io.IOExceptioncom.sforce.ws.ConnectionException
-
getLiveAgentChatUrl
public java.lang.String getLiveAgentChatUrl()
-
setLiveAgentChatUrl
public void setLiveAgentChatUrl(java.lang.String liveAgentChatUrl)
-
setLiveAgentChatUrl
protected void setLiveAgentChatUrl(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException, com.sforce.ws.ConnectionException- Throws:
java.io.IOExceptioncom.sforce.ws.ConnectionException
-
getLiveAgentContentUrl
public java.lang.String getLiveAgentContentUrl()
-
setLiveAgentContentUrl
public void setLiveAgentContentUrl(java.lang.String liveAgentContentUrl)
-
setLiveAgentContentUrl
protected void setLiveAgentContentUrl(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException, com.sforce.ws.ConnectionException- Throws:
java.io.IOExceptioncom.sforce.ws.ConnectionException
-
getLiveChatButton
public java.lang.String getLiveChatButton()
-
setLiveChatButton
public void setLiveChatButton(java.lang.String liveChatButton)
-
setLiveChatButton
protected void setLiveChatButton(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException, com.sforce.ws.ConnectionException- Throws:
java.io.IOExceptioncom.sforce.ws.ConnectionException
-
getLiveChatDeployment
public java.lang.String getLiveChatDeployment()
-
setLiveChatDeployment
public void setLiveChatDeployment(java.lang.String liveChatDeployment)
-
setLiveChatDeployment
protected void setLiveChatDeployment(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException, com.sforce.ws.ConnectionException- Throws:
java.io.IOExceptioncom.sforce.ws.ConnectionException
-
getMasterLabel
public java.lang.String getMasterLabel()
-
setMasterLabel
public void setMasterLabel(java.lang.String masterLabel)
-
setMasterLabel
protected void setMasterLabel(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException, com.sforce.ws.ConnectionException- Throws:
java.io.IOExceptioncom.sforce.ws.ConnectionException
-
getOfflineCaseBackgroundImg
public java.lang.String getOfflineCaseBackgroundImg()
-
setOfflineCaseBackgroundImg
public void setOfflineCaseBackgroundImg(java.lang.String offlineCaseBackgroundImg)
-
setOfflineCaseBackgroundImg
protected void setOfflineCaseBackgroundImg(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException, com.sforce.ws.ConnectionException- Throws:
java.io.IOExceptioncom.sforce.ws.ConnectionException
-
getPrechatBackgroundImg
public java.lang.String getPrechatBackgroundImg()
-
setPrechatBackgroundImg
public void setPrechatBackgroundImg(java.lang.String prechatBackgroundImg)
-
setPrechatBackgroundImg
protected void setPrechatBackgroundImg(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException, com.sforce.ws.ConnectionException- Throws:
java.io.IOExceptioncom.sforce.ws.ConnectionException
-
getPrechatEnabled
public boolean getPrechatEnabled()
-
isPrechatEnabled
public boolean isPrechatEnabled()
-
setPrechatEnabled
public void setPrechatEnabled(boolean prechatEnabled)
-
setPrechatEnabled
protected void setPrechatEnabled(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException, com.sforce.ws.ConnectionException- Throws:
java.io.IOExceptioncom.sforce.ws.ConnectionException
-
getPrechatJson
public java.lang.String getPrechatJson()
-
setPrechatJson
public void setPrechatJson(java.lang.String prechatJson)
-
setPrechatJson
protected void setPrechatJson(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException, com.sforce.ws.ConnectionException- Throws:
java.io.IOExceptioncom.sforce.ws.ConnectionException
-
getScenario
public EmbeddedServiceScenario getScenario()
-
setScenario
public void setScenario(EmbeddedServiceScenario scenario)
-
setScenario
protected void setScenario(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException, com.sforce.ws.ConnectionException- Throws:
java.io.IOExceptioncom.sforce.ws.ConnectionException
-
getSmallCompanyLogoImg
public java.lang.String getSmallCompanyLogoImg()
-
setSmallCompanyLogoImg
public void setSmallCompanyLogoImg(java.lang.String smallCompanyLogoImg)
-
setSmallCompanyLogoImg
protected void setSmallCompanyLogoImg(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException, com.sforce.ws.ConnectionException- Throws:
java.io.IOExceptioncom.sforce.ws.ConnectionException
-
getWaitingStateBackgroundImg
public java.lang.String getWaitingStateBackgroundImg()
-
setWaitingStateBackgroundImg
public void setWaitingStateBackgroundImg(java.lang.String waitingStateBackgroundImg)
-
setWaitingStateBackgroundImg
protected void setWaitingStateBackgroundImg(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException, com.sforce.ws.ConnectionException- Throws:
java.io.IOExceptioncom.sforce.ws.ConnectionException
-
write
public void write(javax.xml.namespace.QName __element, com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException
-
writeFields
protected void writeFields(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException- Overrides:
writeFieldsin classMetadata- Throws:
java.io.IOException
-
load
public void load(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException, com.sforce.ws.ConnectionException
-
loadFields
protected void loadFields(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException, com.sforce.ws.ConnectionException- Overrides:
loadFieldsin classMetadata- Throws:
java.io.IOExceptioncom.sforce.ws.ConnectionException
-
-