Package com.sforce.soap.metadata
Class ServiceCloudConsoleConfig
java.lang.Object
com.sforce.soap.metadata.ServiceCloudConsoleConfig
- 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 TypeMethodDescriptionString[]voidload(XmlInputStream __in, TypeMapper __typeMapper) protected voidloadFields(XmlInputStream __in, TypeMapper __typeMapper) voidsetComponentList(AppComponentList componentList) protected voidsetComponentList(XmlInputStream __in, TypeMapper __typeMapper) protected voidsetDetailPageRefreshMethod(XmlInputStream __in, TypeMapper __typeMapper) voidsetDetailPageRefreshMethod(String detailPageRefreshMethod) protected voidsetFooterColor(XmlInputStream __in, TypeMapper __typeMapper) voidsetFooterColor(String footerColor) protected voidsetHeaderColor(XmlInputStream __in, TypeMapper __typeMapper) voidsetHeaderColor(String headerColor) voidsetKeyboardShortcuts(KeyboardShortcuts keyboardShortcuts) protected voidsetKeyboardShortcuts(XmlInputStream __in, TypeMapper __typeMapper) voidsetListPlacement(ListPlacement listPlacement) protected voidsetListPlacement(XmlInputStream __in, TypeMapper __typeMapper) protected voidsetListRefreshMethod(XmlInputStream __in, TypeMapper __typeMapper) voidsetListRefreshMethod(String listRefreshMethod) voidsetLiveAgentConfig(LiveAgentConfig liveAgentConfig) protected voidsetLiveAgentConfig(XmlInputStream __in, TypeMapper __typeMapper) protected voidsetPrimaryTabColor(XmlInputStream __in, TypeMapper __typeMapper) voidsetPrimaryTabColor(String primaryTabColor) voidsetPushNotifications(PushNotification[] pushNotifications) protected voidsetPushNotifications(XmlInputStream __in, TypeMapper __typeMapper) voidsetTabLimitConfig(TabLimitConfig tabLimitConfig) protected voidsetTabLimitConfig(XmlInputStream __in, TypeMapper __typeMapper) protected voidsetWhitelistedDomains(XmlInputStream __in, TypeMapper __typeMapper) voidsetWhitelistedDomains(String[] whitelistedDomains) toString()voidwrite(QName __element, XmlOutputStream __out, TypeMapper __typeMapper) protected voidwriteFields(XmlOutputStream __out, TypeMapper __typeMapper)
-
Constructor Details
-
ServiceCloudConsoleConfig
public ServiceCloudConsoleConfig()Constructor
-
-
Method Details
-
getComponentList
-
setComponentList
-
setComponentList
protected void setComponentList(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getDetailPageRefreshMethod
-
setDetailPageRefreshMethod
-
setDetailPageRefreshMethod
protected void setDetailPageRefreshMethod(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getHeaderColor
-
setHeaderColor
-
setHeaderColor
protected void setHeaderColor(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getKeyboardShortcuts
-
setKeyboardShortcuts
-
setKeyboardShortcuts
protected void setKeyboardShortcuts(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getListPlacement
-
setListPlacement
-
setListPlacement
protected void setListPlacement(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getListRefreshMethod
-
setListRefreshMethod
-
setListRefreshMethod
protected void setListRefreshMethod(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getLiveAgentConfig
-
setLiveAgentConfig
-
setLiveAgentConfig
protected void setLiveAgentConfig(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getPrimaryTabColor
-
setPrimaryTabColor
-
setPrimaryTabColor
protected void setPrimaryTabColor(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getPushNotifications
-
setPushNotifications
-
setPushNotifications
protected void setPushNotifications(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getTabLimitConfig
-
setTabLimitConfig
-
setTabLimitConfig
protected void setTabLimitConfig(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getWhitelistedDomains
-
setWhitelistedDomains
-
setWhitelistedDomains
protected void setWhitelistedDomains(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- Throws:
IOException
-
writeFields
- Throws:
IOException
-
load
public void load(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Specified by:
loadin interfaceXMLizable- Throws:
IOExceptionConnectionException
-
loadFields
protected void loadFields(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
toString
-