Interface SearchRequestPage
- All Known Implementing Classes:
SearchRequestPageImpl
public interface SearchRequestPage
-
Method Summary
Modifier and TypeMethodDescriptionGet next page after the cursor.Get previous page before the cursor.Start the page from.Limit the number of returned entities.
-
Method Details
-
from
Start the page from. -
limit
Limit the number of returned entities. -
before
Get previous page before the cursor. -
after
Get next page after the cursor.
-