Class RetrieveMassQuickActionTemplates_element

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

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

    Constructors
    Constructor
    Description
    Constructor
  • Method Summary

    Modifier and Type
    Method
    Description
    element : contextIds of type {urn:partner.soap.sforce.com}ID java type: java.lang.String[]
    element : quickActionName of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String
    void
    load​(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper)
     
    protected void
    loadFields​(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper)
     
    protected void
    setContextIds​(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper)
     
    void
    setContextIds​(String[] contextIds)
     
    protected void
    setQuickActionName​(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper)
     
    void
    setQuickActionName​(String quickActionName)
     
     
    void
    write​(QName __element, com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper)
     
    protected void
    writeFields​(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • RetrieveMassQuickActionTemplates_element

      public RetrieveMassQuickActionTemplates_element()
      Constructor
  • Method Details

    • getQuickActionName

      public String getQuickActionName()
      Description copied from interface: IRetrieveMassQuickActionTemplates_element
      element : quickActionName of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String
      Specified by:
      getQuickActionName in interface IRetrieveMassQuickActionTemplates_element
    • setQuickActionName

      public void setQuickActionName(String quickActionName)
      Specified by:
      setQuickActionName in interface IRetrieveMassQuickActionTemplates_element
    • setQuickActionName

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

      public String[] getContextIds()
      Description copied from interface: IRetrieveMassQuickActionTemplates_element
      element : contextIds of type {urn:partner.soap.sforce.com}ID java type: java.lang.String[]
      Specified by:
      getContextIds in interface IRetrieveMassQuickActionTemplates_element
    • setContextIds

      public void setContextIds(String[] contextIds)
      Specified by:
      setContextIds in interface IRetrieveMassQuickActionTemplates_element
    • setContextIds

      protected void setContextIds(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