T
- the type of the resultpublic static class ERXRestFetchSpecification.Results<T> extends Object
Constructor and Description |
---|
Results(NSArray<T> objects,
int startIndex,
int batchSize,
int totalCount)
Constructs a new Results object.
|
Modifier and Type | Method and Description |
---|---|
int |
batchSize()
Returns the batch size.
|
NSArray<T> |
objects()
Returns the objects from this batch.
|
int |
startIndex()
Returns the start index of the fetch.
|
int |
totalCount()
Returns the total count of the results.
|
public NSArray<T> objects()
public int startIndex()
public int batchSize()
public int totalCount()
Copyright © 2002 – 2024 Project Wonder.