Class LiveAgentConfig

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

    public class LiveAgentConfig
    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

      • LiveAgentConfig

        public LiveAgentConfig()
        Constructor
    • Method Detail

      • getEnableLiveChat

        public boolean getEnableLiveChat()
      • isEnableLiveChat

        public boolean isEnableLiveChat()
      • setEnableLiveChat

        public void setEnableLiveChat​(boolean enableLiveChat)
      • setEnableLiveChat

        protected void setEnableLiveChat​(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
      • getOpenNewAccountSubtab

        public boolean getOpenNewAccountSubtab()
      • isOpenNewAccountSubtab

        public boolean isOpenNewAccountSubtab()
      • setOpenNewAccountSubtab

        public void setOpenNewAccountSubtab​(boolean openNewAccountSubtab)
      • setOpenNewAccountSubtab

        protected void setOpenNewAccountSubtab​(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
      • getOpenNewCaseSubtab

        public boolean getOpenNewCaseSubtab()
      • isOpenNewCaseSubtab

        public boolean isOpenNewCaseSubtab()
      • setOpenNewCaseSubtab

        public void setOpenNewCaseSubtab​(boolean openNewCaseSubtab)
      • setOpenNewCaseSubtab

        protected void setOpenNewCaseSubtab​(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
      • getOpenNewContactSubtab

        public boolean getOpenNewContactSubtab()
      • isOpenNewContactSubtab

        public boolean isOpenNewContactSubtab()
      • setOpenNewContactSubtab

        public void setOpenNewContactSubtab​(boolean openNewContactSubtab)
      • setOpenNewContactSubtab

        protected void setOpenNewContactSubtab​(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
      • getOpenNewLeadSubtab

        public boolean getOpenNewLeadSubtab()
      • isOpenNewLeadSubtab

        public boolean isOpenNewLeadSubtab()
      • setOpenNewLeadSubtab

        public void setOpenNewLeadSubtab​(boolean openNewLeadSubtab)
      • setOpenNewLeadSubtab

        protected void setOpenNewLeadSubtab​(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
      • getOpenNewVFPageSubtab

        public boolean getOpenNewVFPageSubtab()
      • isOpenNewVFPageSubtab

        public boolean isOpenNewVFPageSubtab()
      • setOpenNewVFPageSubtab

        public void setOpenNewVFPageSubtab​(boolean openNewVFPageSubtab)
      • setOpenNewVFPageSubtab

        protected void setOpenNewVFPageSubtab​(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
      • getPageNamesToOpen

        public java.lang.String[] getPageNamesToOpen()
      • setPageNamesToOpen

        public void setPageNamesToOpen​(java.lang.String[] pageNamesToOpen)
      • setPageNamesToOpen

        protected void setPageNamesToOpen​(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
      • getShowKnowledgeArticles

        public boolean getShowKnowledgeArticles()
      • isShowKnowledgeArticles

        public boolean isShowKnowledgeArticles()
      • setShowKnowledgeArticles

        public void setShowKnowledgeArticles​(boolean showKnowledgeArticles)
      • setShowKnowledgeArticles

        protected void setShowKnowledgeArticles​(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