GetRequest instead@Deprecated
public class ListRequest
extends java.lang.Object
ListRequest request = ListRequest().newBuilder()
.setLimit(500)
.setStartId("some-id")
.setReturningIdsOnly(true)
.build();
| Modifier and Type | Class and Description |
|---|---|
static class |
ListRequest.Builder
Deprecated.
The builder of
ListRequests. |
| Modifier and Type | Method and Description |
|---|---|
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.
|
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