Class ExecuteListViewRequest

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

public class ExecuteListViewRequest extends Object implements com.sforce.ws.bind.XMLizable, IExecuteListViewRequest
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 : developerNameOrId of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String
    element : limit of type {http://www.w3.org/2001/XMLSchema}int java type: java.lang.Integer
    element : offset of type {http://www.w3.org/2001/XMLSchema}int java type: java.lang.Integer
    element : orderBy of type {urn:partner.soap.sforce.com}ListViewOrderBy java type: com.sforce.soap.partner.ListViewOrderBy[]
    element : sobjectType 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
    setDeveloperNameOrId​(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper)
     
    void
    setDeveloperNameOrId​(String developerNameOrId)
     
    protected void
    setLimit​(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper)
     
    void
    setLimit​(Integer limit)
     
    protected void
    setOffset​(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper)
     
    void
    setOffset​(Integer offset)
     
    void
     
    protected void
    setOrderBy​(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper)
     
    protected void
    setSobjectType​(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper)
     
    void
    setSobjectType​(String sobjectType)
     
     
    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

    • ExecuteListViewRequest

      public ExecuteListViewRequest()
      Constructor
  • Method Details

    • getDeveloperNameOrId

      public String getDeveloperNameOrId()
      Description copied from interface: IExecuteListViewRequest
      element : developerNameOrId of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String
      Specified by:
      getDeveloperNameOrId in interface IExecuteListViewRequest
    • setDeveloperNameOrId

      public void setDeveloperNameOrId(String developerNameOrId)
      Specified by:
      setDeveloperNameOrId in interface IExecuteListViewRequest
    • setDeveloperNameOrId

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

      public Integer getLimit()
      Description copied from interface: IExecuteListViewRequest
      element : limit of type {http://www.w3.org/2001/XMLSchema}int java type: java.lang.Integer
      Specified by:
      getLimit in interface IExecuteListViewRequest
    • setLimit

      public void setLimit(Integer limit)
      Specified by:
      setLimit in interface IExecuteListViewRequest
    • setLimit

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

      public Integer getOffset()
      Description copied from interface: IExecuteListViewRequest
      element : offset of type {http://www.w3.org/2001/XMLSchema}int java type: java.lang.Integer
      Specified by:
      getOffset in interface IExecuteListViewRequest
    • setOffset

      public void setOffset(Integer offset)
      Specified by:
      setOffset in interface IExecuteListViewRequest
    • setOffset

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

      public ListViewOrderBy[] getOrderBy()
      Description copied from interface: IExecuteListViewRequest
      element : orderBy of type {urn:partner.soap.sforce.com}ListViewOrderBy java type: com.sforce.soap.partner.ListViewOrderBy[]
      Specified by:
      getOrderBy in interface IExecuteListViewRequest
    • setOrderBy

      public void setOrderBy(IListViewOrderBy[] orderBy)
      Specified by:
      setOrderBy in interface IExecuteListViewRequest
    • setOrderBy

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

      public String getSobjectType()
      Description copied from interface: IExecuteListViewRequest
      element : sobjectType of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String
      Specified by:
      getSobjectType in interface IExecuteListViewRequest
    • setSobjectType

      public void setSobjectType(String sobjectType)
      Specified by:
      setSobjectType in interface IExecuteListViewRequest
    • setSobjectType

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