com.sforce.rest
Class QueryResult

java.lang.Object
  extended by com.sforce.rest.QueryResult

public class QueryResult
extends Object

Since:
172
Author:
gwester

Constructor Summary
QueryResult()
           
 
Method Summary
 Boolean getDone()
           
 List<SearchResult> getRecords()
           
 Integer getTotalSize()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

QueryResult

public QueryResult()
Method Detail

getTotalSize

public Integer getTotalSize()

getDone

public Boolean getDone()

getRecords

public List<SearchResult> getRecords()


Copyright © 2012. All Rights Reserved.