Class RecordActionRecommendation

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

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

      • RecordActionRecommendation

        public RecordActionRecommendation()
        Constructor
    • Method Detail

      • getDefaultStrategy

        public java.lang.String getDefaultStrategy()
      • setDefaultStrategy

        public void setDefaultStrategy​(java.lang.String defaultStrategy)
      • setDefaultStrategy

        protected void setDefaultStrategy​(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
      • getHasDescription

        public boolean getHasDescription()
      • isHasDescription

        public boolean isHasDescription()
      • setHasDescription

        public void setHasDescription​(boolean hasDescription)
      • setHasDescription

        protected void setHasDescription​(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
      • getHasImage

        public boolean getHasImage()
      • isHasImage

        public boolean isHasImage()
      • setHasImage

        public void setHasImage​(boolean hasImage)
      • setHasImage

        protected void setHasImage​(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
      • getHasRejectAction

        public boolean getHasRejectAction()
      • isHasRejectAction

        public boolean isHasRejectAction()
      • setHasRejectAction

        public void setHasRejectAction​(boolean hasRejectAction)
      • setHasRejectAction

        protected void setHasRejectAction​(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
      • getHasTitle

        public boolean getHasTitle()
      • isHasTitle

        public boolean isHasTitle()
      • setHasTitle

        public void setHasTitle​(boolean hasTitle)
      • setHasTitle

        protected void setHasTitle​(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
      • getMaxDisplayRecommendations

        public int getMaxDisplayRecommendations()
      • setMaxDisplayRecommendations

        public void setMaxDisplayRecommendations​(int maxDisplayRecommendations)
      • setMaxDisplayRecommendations

        protected void setMaxDisplayRecommendations​(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
      • getShouldLaunchActionOnReject

        public boolean getShouldLaunchActionOnReject()
      • isShouldLaunchActionOnReject

        public boolean isShouldLaunchActionOnReject()
      • setShouldLaunchActionOnReject

        public void setShouldLaunchActionOnReject​(boolean shouldLaunchActionOnReject)
      • setShouldLaunchActionOnReject

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