public class RequestParams extends Object
| Constructor and Description |
|---|
RequestParams(com.fasterxml.jackson.databind.ObjectMapper objectMapper) |
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
getFilters()
Contains a set of filters assigned to a request.
|
List |
getGrouping() |
List |
getIncludedFields() |
List<Inclusion> |
getIncludedRelations()
Get a set of included fields which should be included in the resource
|
Map<PaginationKeys,Integer> |
getPagination() |
Map<String,SortingValues> |
getSorting()
Contains a map of sorting values.
|
public RequestParams(com.fasterxml.jackson.databind.ObjectMapper objectMapper)
public com.fasterxml.jackson.databind.JsonNode getFilters()
public Map<String,SortingValues> getSorting()
public List getGrouping()
public Map<PaginationKeys,Integer> getPagination()
public List getIncludedFields()
Copyright © 2015. All Rights Reserved.