Interface ISearchResult

  • All Known Implementing Classes:
    SearchResult

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

      • getQueryId

        String getQueryId()
        element : queryId of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String
      • setQueryId

        void setQueryId​(String queryId)
      • getSearchRecords

        ISearchRecord[] getSearchRecords()
        element : searchRecords of type {urn:partner.soap.sforce.com}SearchRecord java type: com.sforce.soap.partner.SearchRecord[]
      • setSearchRecords

        void setSearchRecords​(ISearchRecord[] searchRecords)
      • getSearchResultsMetadata

        ISearchResultsMetadata getSearchResultsMetadata()
        element : searchResultsMetadata of type {urn:partner.soap.sforce.com}SearchResultsMetadata java type: com.sforce.soap.partner.SearchResultsMetadata