com.sforce.rest
Class QueryResult

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

public class QueryResult
extends java.lang.Object

Since:
172
Author:
gwester

Constructor Summary
QueryResult()
           
 
Method Summary
 java.lang.Boolean getDone()
           
 java.util.List<SearchResult> getRecords()
           
 java.lang.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 java.lang.Integer getTotalSize()

getDone

public java.lang.Boolean getDone()

getRecords

public java.util.List<SearchResult> getRecords()


Copyright © 2011. All Rights Reserved.