public interface PageableSearchRequest
| Modifier and Type | Method and Description |
|---|---|
int |
getPage() |
int |
getSize() |
String |
getSortBy() |
org.springframework.data.domain.Sort.Direction |
getSortDirection() |
org.springframework.data.domain.Pageable |
resolvePageable() |
int getPage()
int getSize()
String getSortBy()
org.springframework.data.domain.Sort.Direction getSortDirection()
org.springframework.data.domain.Pageable resolvePageable()
Copyright © 2019. All rights reserved.