Package com.sforce.soap.metadata
Class LiveChatDeployment
- java.lang.Object
-
- com.sforce.soap.metadata.Metadata
-
- com.sforce.soap.metadata.LiveChatDeployment
-
-
Constructor Summary
Constructors Constructor Description LiveChatDeployment()Constructor
-
Method Summary
-
Methods inherited from class com.sforce.soap.metadata.Metadata
getFullName, setFullName, setFullName
-
-
-
-
Method Detail
-
getBrandingImage
public String getBrandingImage()
-
setBrandingImage
public void setBrandingImage(String brandingImage)
-
setBrandingImage
protected void setBrandingImage(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getConnectionTimeoutDuration
public int getConnectionTimeoutDuration()
-
setConnectionTimeoutDuration
public void setConnectionTimeoutDuration(int connectionTimeoutDuration)
-
setConnectionTimeoutDuration
protected void setConnectionTimeoutDuration(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getConnectionWarningDuration
public int getConnectionWarningDuration()
-
setConnectionWarningDuration
public void setConnectionWarningDuration(int connectionWarningDuration)
-
setConnectionWarningDuration
protected void setConnectionWarningDuration(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getDisplayQueuePosition
public boolean getDisplayQueuePosition()
-
isDisplayQueuePosition
public boolean isDisplayQueuePosition()
-
setDisplayQueuePosition
public void setDisplayQueuePosition(boolean displayQueuePosition)
-
setDisplayQueuePosition
protected void setDisplayQueuePosition(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getDomainWhiteList
public LiveChatDeploymentDomainWhitelist getDomainWhiteList()
-
setDomainWhiteList
public void setDomainWhiteList(LiveChatDeploymentDomainWhitelist domainWhiteList)
-
setDomainWhiteList
protected void setDomainWhiteList(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getEnablePrechatApi
public boolean getEnablePrechatApi()
-
isEnablePrechatApi
public boolean isEnablePrechatApi()
-
setEnablePrechatApi
public void setEnablePrechatApi(boolean enablePrechatApi)
-
setEnablePrechatApi
protected void setEnablePrechatApi(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getEnableTranscriptSave
public boolean getEnableTranscriptSave()
-
isEnableTranscriptSave
public boolean isEnableTranscriptSave()
-
setEnableTranscriptSave
public void setEnableTranscriptSave(boolean enableTranscriptSave)
-
setEnableTranscriptSave
protected void setEnableTranscriptSave(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getLabel
public String getLabel()
-
setLabel
public void setLabel(String label)
-
setLabel
protected void setLabel(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getMobileBrandingImage
public String getMobileBrandingImage()
-
setMobileBrandingImage
public void setMobileBrandingImage(String mobileBrandingImage)
-
setMobileBrandingImage
protected void setMobileBrandingImage(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getSite
public String getSite()
-
setSite
public void setSite(String site)
-
setSite
protected void setSite(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getWindowTitle
public String getWindowTitle()
-
setWindowTitle
public void setWindowTitle(String windowTitle)
-
setWindowTitle
protected void setWindowTitle(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
write
public void write(QName __element, XmlOutputStream __out, TypeMapper __typeMapper) throws IOException
- Specified by:
writein interfaceXMLizable- Overrides:
writein classMetadata- Throws:
IOException
-
writeFields
protected void writeFields(XmlOutputStream __out, TypeMapper __typeMapper) throws IOException
- Overrides:
writeFieldsin classMetadata- Throws:
IOException
-
load
public void load(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Specified by:
loadin interfaceXMLizable- Overrides:
loadin classMetadata- Throws:
IOExceptionConnectionException
-
loadFields
protected void loadFields(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Overrides:
loadFieldsin classMetadata- Throws:
IOExceptionConnectionException
-
-