Package com.google.appengine.api.search
Class GetResponse<T>
- java.lang.Object
-
- com.google.appengine.api.search.GetResponse<T>
-
- Type Parameters:
T- The type of object to be listed from an index
- All Implemented Interfaces:
Serializable,Iterable<T>
public class GetResponse<T> extends Object implements Iterable<T>, Serializable
Represents a result of executing aGetRequest. The response contains a list of T.- See Also:
- Serialized Form
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<T>getResults()Iterator<T>iterator()StringtoString()-
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface java.lang.Iterable
forEach, spliterator
-
-