Interface IQueryResult

  • All Known Implementing Classes:
    QueryResult

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

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      boolean getDone()
      element : done of type {http://www.w3.org/2001/XMLSchema}boolean java type: boolean
      String getQueryLocator()
      element : queryLocator of type {urn:partner.soap.sforce.com}QueryLocator java type: java.lang.String
      ISObject[] getRecords()
      element : records of type {urn:sobject.partner.soap.sforce.com}sObject java type: com.sforce.soap.partner.sobject.SObject[]
      int getSize()
      element : size of type {http://www.w3.org/2001/XMLSchema}int java type: int
      boolean isDone()  
      void setDone​(boolean done)  
      void setQueryLocator​(String queryLocator)  
      void setRecords​(ISObject[] records)  
      void setSize​(int size)  
    • Method Detail

      • 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)
      • getQueryLocator

        String getQueryLocator()
        element : queryLocator of type {urn:partner.soap.sforce.com}QueryLocator java type: java.lang.String
      • setQueryLocator

        void setQueryLocator​(String queryLocator)
      • getRecords

        ISObject[] getRecords()
        element : records of type {urn:sobject.partner.soap.sforce.com}sObject java type: com.sforce.soap.partner.sobject.SObject[]
      • setRecords

        void setRecords​(ISObject[] records)
      • getSize

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

        void setSize​(int size)