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 Detail

      • getColumns

        IListViewColumn[] getColumns()
        element : columns of type {urn:partner.soap.sforce.com}ListViewColumn java type: com.sforce.soap.partner.ListViewColumn[]
      • 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[]
      • getSize

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

        void setSize​(int size)