ShippingMethodQuery |
ShippingMethodQueryBuilder.build() |
default ShippingMethodQuery |
ShippingMethodQuery.byIsDefault() |
default ShippingMethodQuery |
ShippingMethodQuery.byKey(String key) |
default ShippingMethodQuery |
ShippingMethodQuery.byName(String name) |
default ShippingMethodQuery |
ShippingMethodQuery.byTaxCategory(Referenceable<TaxCategory> taxCategory) |
static ShippingMethodQuery |
ShippingMethodQuery.of() |
ShippingMethodQuery |
ShippingMethodQuery.plusExpansionPaths(Function<ShippingMethodExpansionModel<ShippingMethod>,ExpansionPathContainer<ShippingMethod>> m) |
ShippingMethodQuery |
ShippingMethodQuery.plusPredicates(Function<ShippingMethodQueryModel,QueryPredicate<ShippingMethod>> m) |
ShippingMethodQuery |
ShippingMethodQuery.plusPredicates(List<QueryPredicate<ShippingMethod>> queryPredicates) |
ShippingMethodQuery |
ShippingMethodQuery.plusPredicates(QueryPredicate<ShippingMethod> queryPredicate) |
ShippingMethodQuery |
ShippingMethodQuery.plusSort(Function<ShippingMethodQueryModel,QuerySort<ShippingMethod>> m) |
ShippingMethodQuery |
ShippingMethodQuery.plusSort(List<QuerySort<ShippingMethod>> sort) |
ShippingMethodQuery |
ShippingMethodQuery.plusSort(QuerySort<ShippingMethod> sort) |
ShippingMethodQuery |
ShippingMethodQuery.withExpansionPaths(Function<ShippingMethodExpansionModel<ShippingMethod>,ExpansionPathContainer<ShippingMethod>> m) |
ShippingMethodQuery |
ShippingMethodQuery.withFetchTotal(boolean fetchTotal) |
ShippingMethodQuery |
ShippingMethodQuery.withLimit(Long limit) |
ShippingMethodQuery |
ShippingMethodQuery.withOffset(Long offset) |
ShippingMethodQuery |
ShippingMethodQuery.withPredicates(Function<ShippingMethodQueryModel,QueryPredicate<ShippingMethod>> predicateFunction) |
ShippingMethodQuery |
ShippingMethodQuery.withPredicates(List<QueryPredicate<ShippingMethod>> queryPredicates) |
ShippingMethodQuery |
ShippingMethodQuery.withPredicates(QueryPredicate<ShippingMethod> queryPredicate) |
ShippingMethodQuery |
ShippingMethodQuery.withSort(Function<ShippingMethodQueryModel,QuerySort<ShippingMethod>> m) |
ShippingMethodQuery |
ShippingMethodQuery.withSort(List<QuerySort<ShippingMethod>> sort) |
ShippingMethodQuery |
ShippingMethodQuery.withSort(QuerySort<ShippingMethod> sort) |
ShippingMethodQuery |
ShippingMethodQuery.withSortMulti(Function<ShippingMethodQueryModel,List<QuerySort<ShippingMethod>>> m) |