SELF
- the generic type of this query itself (this) for fluent API calls.public interface FeaturePaging<SELF extends FeaturePaging<SELF>> extends FeatureLimit<SELF>
Modifier and Type | Method and Description |
---|---|
SELF |
offset(long offset)
Set the offset for the query results.
|
limit
SELF offset(long offset)
FeatureLimit.limit(int)
).offset
- the number of results to skip.Copyright © 2001–2016 mmm-Team. All rights reserved.