All Methods Instance Methods Concrete Methods
| Modifier and Type |
Method and Description |
protected AddressCollectionQueryModel<T> |
addressCollectionQueryModel(String pathSegment) |
protected AddressQueryModel<T> |
addressModel(String pathSegment) |
protected AddressQueryModel<T> |
addressQueryModel(String pathSegment) |
protected AnyReferenceQueryModel<T> |
anyReferenceModel(String pathSegment) |
protected AnyReferenceQueryModel<T> |
anyReferenceQueryModel(String pathSegment) |
protected BigDecimalQuerySortingModel<T> |
bigDecimalModel(QueryModel<T> parent,
String pathSegment) |
protected BigDecimalQuerySortingModel<T> |
bigDecimalModel(String pathSegment) |
protected BigDecimalQuerySortingModel<T> |
bigDecimalQuerySortingModel(String pathSegment) |
protected BooleanQueryModel<T> |
booleanModel(QueryModel<T> parent,
String pathSegment) |
protected BooleanQueryModel<T> |
booleanModel(String pathSegment) |
protected BooleanQueryModel<T> |
booleanQueryModel(String pathSegment) |
protected CountryQueryModel<T> |
countryQueryModel(String pathSegment) |
protected CurrencyCodeQueryModel<T> |
currencyCodeModel(String pathSegment) |
protected DoubleQuerySortingModel<T> |
doubleModel(String pathSegment) |
protected <X> QueryPredicate<T> |
embedPredicate(QueryPredicate<X> embeddedPredicate) |
protected <E extends SphereEnumeration> io.sphere.sdk.queries.SphereEnumerationQueryModelImpl<T,E> |
enumerationQueryModel(String pathSegment) |
protected EnumQueryModel<T> |
enumQueryModel(String name) |
protected GeoJSONQueryModel<T> |
geoJSONQueryModel(String pathName) |
QueryModel<T> |
getParent() |
String |
getPathSegment() |
protected IntegerQuerySortingModel<T> |
integerModel(QueryModel<T> parent,
String pathSegment) |
protected IntegerQuerySortingModel<T> |
integerModel(String pathSegment) |
protected IntegerQuerySortingModel<T> |
integerQuerySortingModel(String pathSegment) |
protected QueryPredicate<T> |
isEmptyCollectionQueryPredicate() |
protected <V> QueryPredicate<T> |
isGreaterThanOrEqualToPredicate(V value) |
protected <V> QueryPredicate<T> |
isGreaterThanPredicate(V value) |
protected <V> QueryPredicate<T> |
isInPredicate(Iterable<V> args) |
protected <V> QueryPredicate<T> |
isLessThanOrEqualToPredicate(V value) |
protected <V> QueryPredicate<T> |
isLessThanPredicate(V value) |
protected QueryPredicate<T> |
isNotEmptyCollectionQueryPredicate() |
protected <V> QueryPredicate<T> |
isNotInPredicate(Iterable<V> args) |
protected QueryPredicate<T> |
isNotPredicate(String value) |
protected <V> QueryPredicate<T> |
isNotPredicate(V value) |
protected QueryPredicate<T> |
isNotPresentPredicate() |
protected <V> QueryPredicate<T> |
isPredicate(V value) |
protected QueryPredicate<T> |
isPresentPredicate() |
protected io.sphere.sdk.queries.KeyReferenceQueryModelImpl<T> |
keyReferenceQueryModel(String pathSegment) |
protected LocaleQuerySortingModel<T> |
localeQueryModel(String pathSegment) |
protected LocaleQuerySortingModel<T> |
localeQuerySortingModel(String pathSegment) |
protected LocalizedEnumQueryModel<T> |
localizedEnumQueryModel(String name) |
protected io.sphere.sdk.queries.LocalizedStringQuerySortingModelImpl<T> |
localizedStringOptionalQueryModel(String pathSegment) |
protected LocalizedStringQuerySortingModel<T> |
localizedStringQueryModel(String pathSegment) |
protected io.sphere.sdk.queries.LocalizedStringQuerySortingModelImpl<T> |
localizedStringQuerySortingModel(String pathSegment) |
protected LongQuerySortingModel<T> |
longModel(QueryModel<T> parent,
String pathSegment) |
protected LongQuerySortingModel<T> |
longModel(String pathSegment) |
protected LongQuerySortingModel<T> |
longQuerySortingModel(String pathSegment) |
protected MoneyQueryModel<T> |
moneyModel(String pathSegment) |
protected MoneyQueryModel<T> |
moneyQueryModel(String pathSegment) |
protected List<String> |
normalizeIterable(Iterable<String> items) |
protected <R> ReferenceCollectionQueryModel<T,R> |
referenceCollectionModel(String pathSegment) |
protected <R> ReferenceCollectionQueryModel<T,R> |
referenceCollectionQueryModel(String pathSegment) |
protected <R> ReferenceQueryModel<T,R> |
referenceModel(String pathSegment) |
protected <R> ReferenceOptionalQueryModel<T,R> |
referenceOptionalModel(String pathSegment) |
protected <R> ReferenceOptionalQueryModel<T,R> |
referenceOptionalQueryModel(String pathSegment) |
protected <R> ReferenceQueryModel<T,R> |
referenceQueryModel(String pathSegment) |
DirectionlessQuerySort<T> |
sort() |
protected <E extends SphereEnumeration> io.sphere.sdk.queries.SphereEnumerationQueryModelImpl<T,E> |
sphereEnumerationCollectionQueryModel(String pathSegment) |
protected <E extends SphereEnumeration> io.sphere.sdk.queries.SphereEnumerationQueryModelImpl<T,E> |
sphereEnumerationQueryModel(String pathSegment) |
protected StringCollectionQueryModel<T> |
stringCollectionModel(String pathSegment) |
protected StringCollectionQueryModel<T> |
stringCollectionQueryModel(String pathSegment) |
protected StringQuerySortingModel<T> |
stringModel(QueryModel<T> parent,
String pathSegment) |
protected StringQuerySortingModel<T> |
stringModel(String pathSegment) |
protected StringQuerySortingModel<T> |
stringQuerySortingModel(String pathSegment) |
protected TimestampSortingModel<T> |
timestampSortingModel(String pathSegment) |
protected <E extends SphereEnumeration> List<String> |
transformSphereEnumeration(Iterable<E> items) |
protected QueryPredicate<T> |
withinCirclePredicate(Point center,
Double radius) |