| Modifier and Type | Method and Description |
|---|---|
int |
getCount()
Returns the number of KV objects in the results.
|
OrchestrateRequest<KvList<T>> |
getNext()
The Request for fetching the next page of the KV objects.
|
java.lang.Iterable<KvObject<T>> |
getResults()
Returns the KV objects for this request.
|
boolean |
hasNext()
Whether there is a URL for the next page of the KV objects.
|
java.util.Iterator<KvObject<T>> |
iterator() |
public final java.lang.Iterable<KvObject<T>> getResults()
public final int getCount()
@Nullable public final OrchestrateRequest<KvList<T>> getNext()
public final boolean hasNext()