Package com.sforce.soap.metadata
Class ServiceCloudConsoleConfig
- java.lang.Object
-
- com.sforce.soap.metadata.ServiceCloudConsoleConfig
-
-
Constructor Summary
Constructors Constructor Description ServiceCloudConsoleConfig()Constructor
-
Method Summary
-
-
-
Method Detail
-
getComponentList
public AppComponentList getComponentList()
-
setComponentList
public void setComponentList(AppComponentList componentList)
-
setComponentList
protected void setComponentList(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getDetailPageRefreshMethod
public String getDetailPageRefreshMethod()
-
setDetailPageRefreshMethod
public void setDetailPageRefreshMethod(String detailPageRefreshMethod)
-
setDetailPageRefreshMethod
protected void setDetailPageRefreshMethod(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getFooterColor
public String getFooterColor()
-
setFooterColor
public void setFooterColor(String footerColor)
-
setFooterColor
protected void setFooterColor(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getHeaderColor
public String getHeaderColor()
-
setHeaderColor
public void setHeaderColor(String headerColor)
-
setHeaderColor
protected void setHeaderColor(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getKeyboardShortcuts
public KeyboardShortcuts getKeyboardShortcuts()
-
setKeyboardShortcuts
public void setKeyboardShortcuts(KeyboardShortcuts keyboardShortcuts)
-
setKeyboardShortcuts
protected void setKeyboardShortcuts(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getListPlacement
public ListPlacement getListPlacement()
-
setListPlacement
public void setListPlacement(ListPlacement listPlacement)
-
setListPlacement
protected void setListPlacement(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getListRefreshMethod
public String getListRefreshMethod()
-
setListRefreshMethod
public void setListRefreshMethod(String listRefreshMethod)
-
setListRefreshMethod
protected void setListRefreshMethod(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getLiveAgentConfig
public LiveAgentConfig getLiveAgentConfig()
-
setLiveAgentConfig
public void setLiveAgentConfig(LiveAgentConfig liveAgentConfig)
-
setLiveAgentConfig
protected void setLiveAgentConfig(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getPrimaryTabColor
public String getPrimaryTabColor()
-
setPrimaryTabColor
public void setPrimaryTabColor(String primaryTabColor)
-
setPrimaryTabColor
protected void setPrimaryTabColor(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getPushNotifications
public PushNotification[] getPushNotifications()
-
setPushNotifications
public void setPushNotifications(PushNotification[] pushNotifications)
-
setPushNotifications
protected void setPushNotifications(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getTabLimitConfig
public TabLimitConfig getTabLimitConfig()
-
setTabLimitConfig
public void setTabLimitConfig(TabLimitConfig tabLimitConfig)
-
setTabLimitConfig
protected void setTabLimitConfig(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getWhitelistedDomains
public String[] getWhitelistedDomains()
-
setWhitelistedDomains
public void setWhitelistedDomains(String[] whitelistedDomains)
-
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
protected void writeFields(XmlOutputStream __out, TypeMapper __typeMapper) throws IOException
- 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
-
-