Package com.sforce.soap.metadata
Class LiveChatDeployment
java.lang.Object
com.sforce.soap.metadata.Metadata
com.sforce.soap.metadata.LiveChatDeployment
- All Implemented Interfaces:
XMLizable
This is a generated class for the SObject Enterprise API.
Do not edit this file, as your changes will be lost.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintintbooleanbooleanbooleangetLabel()getSite()booleanbooleanbooleanvoidload(XmlInputStream __in, TypeMapper __typeMapper) protected voidloadFields(XmlInputStream __in, TypeMapper __typeMapper) protected voidsetBrandingImage(XmlInputStream __in, TypeMapper __typeMapper) voidsetBrandingImage(String brandingImage) voidsetConnectionTimeoutDuration(int connectionTimeoutDuration) protected voidsetConnectionTimeoutDuration(XmlInputStream __in, TypeMapper __typeMapper) voidsetConnectionWarningDuration(int connectionWarningDuration) protected voidsetConnectionWarningDuration(XmlInputStream __in, TypeMapper __typeMapper) voidsetDisplayQueuePosition(boolean displayQueuePosition) protected voidsetDisplayQueuePosition(XmlInputStream __in, TypeMapper __typeMapper) voidsetDomainWhiteList(LiveChatDeploymentDomainWhitelist domainWhiteList) protected voidsetDomainWhiteList(XmlInputStream __in, TypeMapper __typeMapper) voidsetEnablePrechatApi(boolean enablePrechatApi) protected voidsetEnablePrechatApi(XmlInputStream __in, TypeMapper __typeMapper) voidsetEnableTranscriptSave(boolean enableTranscriptSave) protected voidsetEnableTranscriptSave(XmlInputStream __in, TypeMapper __typeMapper) protected voidsetLabel(XmlInputStream __in, TypeMapper __typeMapper) voidprotected voidsetMobileBrandingImage(XmlInputStream __in, TypeMapper __typeMapper) voidsetMobileBrandingImage(String mobileBrandingImage) protected voidsetSite(XmlInputStream __in, TypeMapper __typeMapper) voidprotected voidsetWindowTitle(XmlInputStream __in, TypeMapper __typeMapper) voidsetWindowTitle(String windowTitle) toString()voidwrite(QName __element, XmlOutputStream __out, TypeMapper __typeMapper) protected voidwriteFields(XmlOutputStream __out, TypeMapper __typeMapper) Methods inherited from class com.sforce.soap.metadata.Metadata
getFullName, setFullName, setFullName
-
Constructor Details
-
LiveChatDeployment
public LiveChatDeployment()Constructor
-
-
Method Details
-
getBrandingImage
-
setBrandingImage
-
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
-
setDomainWhiteList
-
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
-
setLabel
-
setLabel
protected void setLabel(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getMobileBrandingImage
-
setMobileBrandingImage
-
setMobileBrandingImage
protected void setMobileBrandingImage(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getSite
-
setSite
-
setSite
protected void setSite(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getWindowTitle
-
setWindowTitle
-
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
- 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
-
toString
-