Class DescribeQuickActionListResult

java.lang.Object
com.sforce.soap.partner.DescribeQuickActionListResult
All Implemented Interfaces:
IDescribeQuickActionListResult, com.sforce.ws.bind.XMLizable

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

    • DescribeQuickActionListResult

      public DescribeQuickActionListResult()
      Constructor
  • Method Details

    • getQuickActionListItems

      public DescribeQuickActionListItemResult[] getQuickActionListItems()
      Description copied from interface: IDescribeQuickActionListResult
      element : quickActionListItems of type {urn:partner.soap.sforce.com}DescribeQuickActionListItemResult java type: com.sforce.soap.partner.DescribeQuickActionListItemResult[]
      Specified by:
      getQuickActionListItems in interface IDescribeQuickActionListResult
    • setQuickActionListItems

      public void setQuickActionListItems(IDescribeQuickActionListItemResult[] quickActionListItems)
      Specified by:
      setQuickActionListItems in interface IDescribeQuickActionListResult
    • setQuickActionListItems

      protected void setQuickActionListItems(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper) throws IOException, com.sforce.ws.ConnectionException
      Throws:
      IOException
      com.sforce.ws.ConnectionException
    • write

      public void write(QName __element, com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws IOException
      Specified by:
      write in interface com.sforce.ws.bind.XMLizable
      Throws:
      IOException
    • writeFields

      protected void writeFields(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws IOException
      Throws:
      IOException
    • load

      public void load(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper) throws IOException, com.sforce.ws.ConnectionException
      Specified by:
      load in interface com.sforce.ws.bind.XMLizable
      Throws:
      IOException
      com.sforce.ws.ConnectionException
    • loadFields

      protected void loadFields(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper) throws IOException, com.sforce.ws.ConnectionException
      Throws:
      IOException
      com.sforce.ws.ConnectionException
    • toString

      public String toString()
      Overrides:
      toString in class Object