|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.google.appengine.api.search.ListDocumentsResponse
ListResponse.
@Deprecated public final class ListDocumentsResponse
Represents a result of executing a ListDocumentsRequest. The
response contains a list of Document.
| Method Summary | |
|---|---|
java.util.List<Document> |
getDocuments()
Deprecated. |
java.util.Iterator<Document> |
iterator()
Deprecated. |
java.lang.String |
toString()
Deprecated. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Method Detail |
|---|
public java.util.Iterator<Document> iterator()
iterator in interface java.lang.Iterable<Document>public java.util.List<Document> getDocuments()
Document from the indexpublic java.lang.String toString()
toString in class java.lang.Object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||