|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.google.appengine.api.search.ListDocumentsRequest
ListRequest.
@Deprecated public final class ListDocumentsRequest
A request to list documents in an index. You can specify a number of restrictions, such as the number of documents to return, the doc_id of the first document to return, whether to only return keys, etc.
ListDocumentsRequest request = ListDocumentsRequest().newBuilder()
.setLimit(500)
.setStartDocId("some-doc-id")
.setKeysOnly(true)
.build()
| Nested Class Summary | |
|---|---|
static class |
ListDocumentsRequest.Builder
Deprecated. The builder of ListDocumentsRequests. |
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object obj)
Deprecated. |
java.lang.Integer |
getLimit()
Deprecated. |
java.lang.String |
getStartDocId()
Deprecated. |
int |
hashCode()
Deprecated. |
boolean |
isIncludeStartDoc()
Deprecated. |
java.lang.Boolean |
isKeysOnly()
Deprecated. |
static ListDocumentsRequest.Builder |
newBuilder()
Deprecated. |
static ListDocumentsRequest.Builder |
newBuilder(ListDocumentsRequest request)
Deprecated. |
java.lang.String |
toString()
Deprecated. |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Method Detail |
|---|
public static final ListDocumentsRequest.Builder newBuilder()
public static final ListDocumentsRequest.Builder newBuilder(ListDocumentsRequest request)
public java.lang.String getStartDocId()
public boolean isIncludeStartDoc()
public java.lang.Integer getLimit()
public java.lang.Boolean isKeysOnly()
public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic 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 | ||||||||