T - resource typepublic abstract class CustomResourceQueryModelImpl<T> extends ResourceQueryModelImpl<T> implements WithCustomQueryModel<T>
| Constructor and Description |
|---|
CustomResourceQueryModelImpl(QueryModel<T> parent,
String pathSegment) |
| Modifier and Type | Method and Description |
|---|---|
CustomQueryModel<T> |
custom() |
createdAt, id, is, lastModifiedAt, notaddressCollectionQueryModel, addressModel, addressQueryModel, anyReferenceModel, anyReferenceQueryModel, bigDecimalModel, bigDecimalModel, bigDecimalQuerySortingModel, booleanModel, booleanModel, booleanQueryModel, countryQueryModel, currencyCodeModel, doubleModel, embedPredicate, enumerationQueryModel, enumQueryModel, geoJSONQueryModel, getParent, getPathSegment, integerModel, integerModel, integerQuerySortingModel, isEmptyCollectionQueryPredicate, isGreaterThanOrEqualToPredicate, isGreaterThanPredicate, isInPredicate, isLessThanOrEqualToPredicate, isLessThanPredicate, isNotEmptyCollectionQueryPredicate, isNotInPredicate, isNotPredicate, isNotPredicate, isNotPresentPredicate, isPredicate, isPresentPredicate, keyReferenceQueryModel, localeQueryModel, localeQuerySortingModel, localizedEnumQueryModel, localizedStringOptionalQueryModel, localizedStringQueryModel, localizedStringQuerySortingModel, longModel, longModel, longQuerySortingModel, moneyModel, moneyQueryModel, normalizeIterable, referenceCollectionModel, referenceCollectionQueryModel, referenceModel, referenceOptionalModel, referenceOptionalQueryModel, referenceQueryModel, sort, sphereEnumerationCollectionQueryModel, sphereEnumerationQueryModel, stringCollectionModel, stringCollectionQueryModel, stringModel, stringModel, stringQuerySortingModel, timestampSortingModel, transformSphereEnumeration, withinCirclePredicatepublic CustomResourceQueryModelImpl(QueryModel<T> parent, String pathSegment)
public CustomQueryModel<T> custom()
custom in interface WithCustomQueryModel<T>