|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.google.appengine.api.search.ListRequest
GetRequest instead
@Deprecated public class ListRequest
A request to list objects in an index. You can specify a number of restrictions, such as the number of objects to return, the id of the first object to return, whether to only return keys, etc.
ListRequest request = ListRequest().newBuilder()
.setLimit(500)
.setStartId("some-id")
.setReturningIdsOnly(true)
.build();
| Nested Class Summary | |
|---|---|
static class |
ListRequest.Builder
Deprecated. The builder of ListRequests. |
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object obj)
Deprecated. |
int |
getLimit()
Deprecated. |
java.lang.String |
getStartId()
Deprecated. |
int |
hashCode()
Deprecated. |
boolean |
isIncludeStart()
Deprecated. |
java.lang.Boolean |
isReturningIdsOnly()
Deprecated. |
static ListRequest.Builder |
newBuilder()
Deprecated. |
static ListRequest.Builder |
newBuilder(ListRequest request)
Deprecated. |
java.lang.String |
toString()
Deprecated. |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Method Detail |
|---|
public static ListRequest.Builder newBuilder()
public static final ListRequest.Builder newBuilder(ListRequest request)
public java.lang.String getStartId()
public boolean isIncludeStart()
public int getLimit()
public java.lang.Boolean isReturningIdsOnly()
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 | ||||||||