public static class SearchResultsRest.Sorting extends Object
| Constructor and Description |
|---|
Sorting(String by) |
Sorting(String by,
String order) |
| Modifier and Type | Method and Description |
|---|---|
static SearchResultsRest.Sorting |
fromPage(org.springframework.data.domain.Pageable page) |
String |
getBy() |
String |
getOrder() |
void |
setBy(String by) |
void |
setOrder(String order) |
public Sorting(String by)
public String getBy()
public void setBy(String by)
public String getOrder()
public void setOrder(String order)
public static SearchResultsRest.Sorting fromPage(org.springframework.data.domain.Pageable page)
Copyright © 2019 DuraSpace. All rights reserved.