ShoppingListInStoreQuery |
ShoppingListInStoreQueryBuilder.build() |
static ShoppingListInStoreQuery |
ShoppingListInStoreQuery.of(String storeKey) |
ShoppingListInStoreQuery |
ShoppingListInStoreQuery.plusExpansionPaths(Function<ShoppingListExpansionModel<ShoppingList>,ExpansionPathContainer<ShoppingList>> m) |
ShoppingListInStoreQuery |
ShoppingListInStoreQuery.plusPredicates(Function<ShoppingListQueryModel,QueryPredicate<ShoppingList>> m) |
ShoppingListInStoreQuery |
ShoppingListInStoreQuery.plusPredicates(List<QueryPredicate<ShoppingList>> queryPredicates) |
ShoppingListInStoreQuery |
ShoppingListInStoreQuery.plusPredicates(QueryPredicate<ShoppingList> queryPredicate) |
ShoppingListInStoreQuery |
ShoppingListInStoreQuery.plusSort(Function<ShoppingListQueryModel,QuerySort<ShoppingList>> m) |
ShoppingListInStoreQuery |
ShoppingListInStoreQuery.plusSort(List<QuerySort<ShoppingList>> sort) |
ShoppingListInStoreQuery |
ShoppingListInStoreQuery.plusSort(QuerySort<ShoppingList> sort) |
ShoppingListInStoreQuery |
ShoppingListInStoreQuery.withExpansionPaths(Function<ShoppingListExpansionModel<ShoppingList>,ExpansionPathContainer<ShoppingList>> m) |
ShoppingListInStoreQuery |
ShoppingListInStoreQuery.withFetchTotal(boolean fetchTotal) |
ShoppingListInStoreQuery |
ShoppingListInStoreQuery.withLimit(Long limit) |
ShoppingListInStoreQuery |
ShoppingListInStoreQuery.withOffset(Long offset) |
ShoppingListInStoreQuery |
ShoppingListInStoreQuery.withPredicates(Function<ShoppingListQueryModel,QueryPredicate<ShoppingList>> predicateFunction) |
ShoppingListInStoreQuery |
ShoppingListInStoreQuery.withPredicates(List<QueryPredicate<ShoppingList>> queryPredicates) |
ShoppingListInStoreQuery |
ShoppingListInStoreQuery.withPredicates(QueryPredicate<ShoppingList> queryPredicate) |
ShoppingListInStoreQuery |
ShoppingListInStoreQuery.withSort(Function<ShoppingListQueryModel,QuerySort<ShoppingList>> m) |
ShoppingListInStoreQuery |
ShoppingListInStoreQuery.withSort(List<QuerySort<ShoppingList>> sort) |
ShoppingListInStoreQuery |
ShoppingListInStoreQuery.withSort(QuerySort<ShoppingList> sort) |
ShoppingListInStoreQuery |
ShoppingListInStoreQuery.withSortMulti(Function<ShoppingListQueryModel,List<QuerySort<ShoppingList>>> m) |