ZoneQuery |
ZoneQueryBuilder.build() |
default ZoneQuery |
ZoneQuery.byCountry(com.neovisionaries.i18n.CountryCode countryCode)
Predicate which matches the country of a location, does not take the state into the consideration.
|
default ZoneQuery |
ZoneQuery.byLocation(Location location)
Predicate which matches the country and state of a location.
|
default ZoneQuery |
ZoneQuery.byName(String name) |
static ZoneQuery |
ZoneQuery.of() |
ZoneQuery |
ZoneQuery.plusExpansionPaths(Function<ZoneExpansionModel<Zone>,ExpansionPathContainer<Zone>> m) |
ZoneQuery |
ZoneQuery.plusPredicates(Function<ZoneQueryModel,QueryPredicate<Zone>> m) |
ZoneQuery |
ZoneQuery.plusPredicates(List<QueryPredicate<Zone>> queryPredicates) |
ZoneQuery |
ZoneQuery.plusPredicates(QueryPredicate<Zone> queryPredicate) |
ZoneQuery |
ZoneQuery.plusSort(Function<ZoneQueryModel,QuerySort<Zone>> m) |
ZoneQuery |
ZoneQuery.plusSort(List<QuerySort<Zone>> sort) |
ZoneQuery |
ZoneQuery.plusSort(QuerySort<Zone> sort) |
ZoneQuery |
ZoneQuery.withExpansionPaths(Function<ZoneExpansionModel<Zone>,ExpansionPathContainer<Zone>> m) |
ZoneQuery |
ZoneQuery.withFetchTotal(boolean fetchTotal) |
ZoneQuery |
ZoneQuery.withLimit(Long limit) |
ZoneQuery |
ZoneQuery.withOffset(Long offset) |
ZoneQuery |
ZoneQuery.withPredicates(Function<ZoneQueryModel,QueryPredicate<Zone>> predicateFunction) |
ZoneQuery |
ZoneQuery.withPredicates(List<QueryPredicate<Zone>> queryPredicates) |
ZoneQuery |
ZoneQuery.withPredicates(QueryPredicate<Zone> queryPredicate) |
ZoneQuery |
ZoneQuery.withSort(Function<ZoneQueryModel,QuerySort<Zone>> m) |
ZoneQuery |
ZoneQuery.withSort(List<QuerySort<Zone>> sort) |
ZoneQuery |
ZoneQuery.withSort(QuerySort<Zone> sort) |
ZoneQuery |
ZoneQuery.withSortMulti(Function<ZoneQueryModel,List<QuerySort<Zone>>> m) |