Package com.clinia.model.common
Class V1SearchParameters
java.lang.Object
com.clinia.model.common.V1SearchParameters
V1SearchParameters
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddTraversedProperties(String traversedPropertiesItem) booleanGet filtergetPage()Get pageGet perPagegetSort()Get sortThe properties from the relationships or adjacent records that will be returned in the search response.inthashCode()setFilter(V1Operator filter) setPerPage(Integer perPage) setTraversedProperties(List<String> traversedProperties) toString()
-
Constructor Details
-
V1SearchParameters
public V1SearchParameters()
-
-
Method Details
-
setFilter
-
getFilter
Get filter -
setPage
-
getPage
Get page -
setPerPage
-
getPerPage
Get perPage -
setSort
-
getSort
Get sort -
setTraversedProperties
-
addTraversedProperties
-
getTraversedProperties
The properties from the relationships or adjacent records that will be returned in the search response. The wildcard '*' can be used in itself or in combination with a prefix - `*` will return all traversed properties. - `@worksAt.*` will return all traversed properties from the relationship 'worksAt'. - `@worksAt.@clinic.*` will return all traversed properties from an adjacent 'clinic' connected with a 'worksAt' relationship. -
equals
-
hashCode
public int hashCode() -
toString
-