public abstract class ResourceQueryModelImpl<T> extends QueryModelImpl<T> implements ResourceQueryModel<T>
Modifier | Constructor and Description |
---|---|
protected |
ResourceQueryModelImpl(QueryModel<T> parent,
String pathSegment) |
Modifier and Type | Method and Description |
---|---|
TimestampSortingModel<T> |
createdAt() |
StringQuerySortingModel<T> |
id() |
QueryPredicate<T> |
is(Identifiable<T> identifiable) |
TimestampSortingModel<T> |
lastModifiedAt() |
QueryPredicate<T> |
not(QueryPredicate<T> queryPredicateToNegate) |
addressCollectionQueryModel, 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, withinCirclePredicate
protected ResourceQueryModelImpl(QueryModel<T> parent, String pathSegment)
public final StringQuerySortingModel<T> id()
id
in interface ResourceQueryModel<T>
public QueryPredicate<T> is(Identifiable<T> identifiable)
is
in interface ResourceQueryModel<T>
public final TimestampSortingModel<T> createdAt()
createdAt
in interface ResourceQueryModel<T>
public final TimestampSortingModel<T> lastModifiedAt()
lastModifiedAt
in interface ResourceQueryModel<T>
public final QueryPredicate<T> not(QueryPredicate<T> queryPredicateToNegate)
not
in interface ResourceQueryModel<T>