Class ServiceCloudConsoleConfig

  • All Implemented Interfaces:
    com.sforce.ws.bind.XMLizable

    public class ServiceCloudConsoleConfig
    extends java.lang.Object
    implements com.sforce.ws.bind.XMLizable
    This is a generated class for the SObject Enterprise API. Do not edit this file, as your changes will be lost.
    • Constructor Detail

      • ServiceCloudConsoleConfig

        public ServiceCloudConsoleConfig()
        Constructor
    • Method Detail

      • setComponentList

        public void setComponentList​(AppComponentList componentList)
      • setComponentList

        protected void setComponentList​(com.sforce.ws.parser.XmlInputStream __in,
                                        com.sforce.ws.bind.TypeMapper __typeMapper)
                                 throws java.io.IOException,
                                        com.sforce.ws.ConnectionException
        Throws:
        java.io.IOException
        com.sforce.ws.ConnectionException
      • getDetailPageRefreshMethod

        public java.lang.String getDetailPageRefreshMethod()
      • setDetailPageRefreshMethod

        public void setDetailPageRefreshMethod​(java.lang.String detailPageRefreshMethod)
      • setDetailPageRefreshMethod

        protected void setDetailPageRefreshMethod​(com.sforce.ws.parser.XmlInputStream __in,
                                                  com.sforce.ws.bind.TypeMapper __typeMapper)
                                           throws java.io.IOException,
                                                  com.sforce.ws.ConnectionException
        Throws:
        java.io.IOException
        com.sforce.ws.ConnectionException
      • getFooterColor

        public java.lang.String getFooterColor()
      • setFooterColor

        public void setFooterColor​(java.lang.String footerColor)
      • setFooterColor

        protected void setFooterColor​(com.sforce.ws.parser.XmlInputStream __in,
                                      com.sforce.ws.bind.TypeMapper __typeMapper)
                               throws java.io.IOException,
                                      com.sforce.ws.ConnectionException
        Throws:
        java.io.IOException
        com.sforce.ws.ConnectionException
      • getHeaderColor

        public java.lang.String getHeaderColor()
      • setHeaderColor

        public void setHeaderColor​(java.lang.String headerColor)
      • setHeaderColor

        protected void setHeaderColor​(com.sforce.ws.parser.XmlInputStream __in,
                                      com.sforce.ws.bind.TypeMapper __typeMapper)
                               throws java.io.IOException,
                                      com.sforce.ws.ConnectionException
        Throws:
        java.io.IOException
        com.sforce.ws.ConnectionException
      • setKeyboardShortcuts

        public void setKeyboardShortcuts​(KeyboardShortcuts keyboardShortcuts)
      • setKeyboardShortcuts

        protected void setKeyboardShortcuts​(com.sforce.ws.parser.XmlInputStream __in,
                                            com.sforce.ws.bind.TypeMapper __typeMapper)
                                     throws java.io.IOException,
                                            com.sforce.ws.ConnectionException
        Throws:
        java.io.IOException
        com.sforce.ws.ConnectionException
      • setListPlacement

        public void setListPlacement​(ListPlacement listPlacement)
      • setListPlacement

        protected void setListPlacement​(com.sforce.ws.parser.XmlInputStream __in,
                                        com.sforce.ws.bind.TypeMapper __typeMapper)
                                 throws java.io.IOException,
                                        com.sforce.ws.ConnectionException
        Throws:
        java.io.IOException
        com.sforce.ws.ConnectionException
      • getListRefreshMethod

        public java.lang.String getListRefreshMethod()
      • setListRefreshMethod

        public void setListRefreshMethod​(java.lang.String listRefreshMethod)
      • setListRefreshMethod

        protected void setListRefreshMethod​(com.sforce.ws.parser.XmlInputStream __in,
                                            com.sforce.ws.bind.TypeMapper __typeMapper)
                                     throws java.io.IOException,
                                            com.sforce.ws.ConnectionException
        Throws:
        java.io.IOException
        com.sforce.ws.ConnectionException
      • setLiveAgentConfig

        public void setLiveAgentConfig​(LiveAgentConfig liveAgentConfig)
      • setLiveAgentConfig

        protected void setLiveAgentConfig​(com.sforce.ws.parser.XmlInputStream __in,
                                          com.sforce.ws.bind.TypeMapper __typeMapper)
                                   throws java.io.IOException,
                                          com.sforce.ws.ConnectionException
        Throws:
        java.io.IOException
        com.sforce.ws.ConnectionException
      • getPrimaryTabColor

        public java.lang.String getPrimaryTabColor()
      • setPrimaryTabColor

        public void setPrimaryTabColor​(java.lang.String primaryTabColor)
      • setPrimaryTabColor

        protected void setPrimaryTabColor​(com.sforce.ws.parser.XmlInputStream __in,
                                          com.sforce.ws.bind.TypeMapper __typeMapper)
                                   throws java.io.IOException,
                                          com.sforce.ws.ConnectionException
        Throws:
        java.io.IOException
        com.sforce.ws.ConnectionException
      • setPushNotifications

        public void setPushNotifications​(PushNotification[] pushNotifications)
      • setPushNotifications

        protected void setPushNotifications​(com.sforce.ws.parser.XmlInputStream __in,
                                            com.sforce.ws.bind.TypeMapper __typeMapper)
                                     throws java.io.IOException,
                                            com.sforce.ws.ConnectionException
        Throws:
        java.io.IOException
        com.sforce.ws.ConnectionException
      • setTabLimitConfig

        public void setTabLimitConfig​(TabLimitConfig tabLimitConfig)
      • setTabLimitConfig

        protected void setTabLimitConfig​(com.sforce.ws.parser.XmlInputStream __in,
                                         com.sforce.ws.bind.TypeMapper __typeMapper)
                                  throws java.io.IOException,
                                         com.sforce.ws.ConnectionException
        Throws:
        java.io.IOException
        com.sforce.ws.ConnectionException
      • getWhitelistedDomains

        public java.lang.String[] getWhitelistedDomains()
      • setWhitelistedDomains

        public void setWhitelistedDomains​(java.lang.String[] whitelistedDomains)
      • setWhitelistedDomains

        protected void setWhitelistedDomains​(com.sforce.ws.parser.XmlInputStream __in,
                                             com.sforce.ws.bind.TypeMapper __typeMapper)
                                      throws java.io.IOException,
                                             com.sforce.ws.ConnectionException
        Throws:
        java.io.IOException
        com.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
        Specified by:
        write in interface com.sforce.ws.bind.XMLizable
        Throws:
        java.io.IOException
      • writeFields

        protected void writeFields​(com.sforce.ws.parser.XmlOutputStream __out,
                                   com.sforce.ws.bind.TypeMapper __typeMapper)
                            throws java.io.IOException
        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
        Specified by:
        load in interface com.sforce.ws.bind.XMLizable
        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
        Throws:
        java.io.IOException
        com.sforce.ws.ConnectionException
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object