Package io.xlate.jsonapi.rvp
Interface JsonApiQuery
-
- All Known Implementing Classes:
InternalQuery
public interface JsonApiQuery
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Map<String,List<String>>
getFields()
Map<String,String>
getFilters()
Integer
getFirstResult()
List<String>
getInclude()
Integer
getMaxResults()
List<String>
getSort()
boolean
includeField(String resourceType, String fieldName)
-