public class SearchResultsMetaData extends Object implements Serializable
| Constructor and Description |
|---|
SearchResultsMetaData() |
| Modifier and Type | Method and Description |
|---|---|
List<SearchColumn> |
getColumns()
The columns included in the response.
|
Integer |
getFirstResult()
Returns the position of the first result on the current page.
|
Integer |
getLastResult()
Returns the position of the last result on the current page.
|
Integer |
getResultsAvailable()
Returns the total number of results that matched the filters supplied.
|
Integer |
getResultsReturned()
Returns the number of results included on the current page.
|
List<SearchSort> |
getSorting()
The sorting applied to the results.
|
public List<SearchColumn> getColumns()
public List<SearchSort> getSorting()
public Integer getResultsAvailable()
public Integer getResultsReturned()
public Integer getFirstResult()
public Integer getLastResult()
Copyright © 2014. All Rights Reserved.