Interface IExecuteListViewResult

All Known Implementing Classes:
ExecuteListViewResult

public interface IExecuteListViewResult
This is a generated class for the SObject Enterprise API. Do not edit this file, as your changes will be lost.
  • Method Summary

    Modifier and Type
    Method
    Description
    element : columns of type {urn:partner.soap.sforce.com}ListViewColumn java type: com.sforce.soap.partner.ListViewColumn[]
    element : developerName of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String
    boolean
    element : done of type {http://www.w3.org/2001/XMLSchema}boolean java type: boolean
    element : id of type {urn:partner.soap.sforce.com}ID java type: java.lang.String
    element : label of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String
    element : records of type {urn:partner.soap.sforce.com}ListViewRecord java type: com.sforce.soap.partner.ListViewRecord[]
    int
    element : size of type {http://www.w3.org/2001/XMLSchema}int java type: int
    boolean
     
    void
     
    void
    setDeveloperName(String developerName)
     
    void
    setDone(boolean done)
     
    void
     
    void
     
    void
     
    void
    setSize(int size)
     
  • Method Details

    • getColumns

      IListViewColumn[] getColumns()
      element : columns of type {urn:partner.soap.sforce.com}ListViewColumn java type: com.sforce.soap.partner.ListViewColumn[]
    • setColumns

      void setColumns(IListViewColumn[] columns)
    • getDeveloperName

      String getDeveloperName()
      element : developerName of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String
    • setDeveloperName

      void setDeveloperName(String developerName)
    • getDone

      boolean getDone()
      element : done of type {http://www.w3.org/2001/XMLSchema}boolean java type: boolean
    • isDone

      boolean isDone()
    • setDone

      void setDone(boolean done)
    • getId

      String getId()
      element : id of type {urn:partner.soap.sforce.com}ID java type: java.lang.String
    • setId

      void setId(String id)
    • getLabel

      String getLabel()
      element : label of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String
    • setLabel

      void setLabel(String label)
    • getRecords

      IListViewRecord[] getRecords()
      element : records of type {urn:partner.soap.sforce.com}ListViewRecord java type: com.sforce.soap.partner.ListViewRecord[]
    • setRecords

      void setRecords(IListViewRecord[] records)
    • getSize

      int getSize()
      element : size of type {http://www.w3.org/2001/XMLSchema}int java type: int
    • setSize

      void setSize(int size)