public interface ShoppingListQueryModel extends ResourceQueryModel<ShoppingList>, WithCustomQueryModel<ShoppingList>
Modifier and Type | Method and Description |
---|---|
StringQuerySortingModel<ShoppingList> |
anonymousId() |
ReferenceOptionalQueryModel<ShoppingList,Customer> |
customer() |
IntegerQuerySortingModel<ShoppingList> |
deleteDaysAfterLastModification() |
StringQuerySortingModel<ShoppingList> |
key() |
LocalizedStringQuerySortingModel<ShoppingList> |
name() |
static ShoppingListQueryModel |
of() |
LocalizedStringOptionalQueryModel<ShoppingList> |
slug() |
KeyReferenceQueryModel<ShoppingList> |
store() |
createdAt, id, is, lastModifiedAt, not
custom
static ShoppingListQueryModel of()
LocalizedStringQuerySortingModel<ShoppingList> name()
StringQuerySortingModel<ShoppingList> key()
ReferenceOptionalQueryModel<ShoppingList,Customer> customer()
LocalizedStringOptionalQueryModel<ShoppingList> slug()
IntegerQuerySortingModel<ShoppingList> deleteDaysAfterLastModification()
StringQuerySortingModel<ShoppingList> anonymousId()
KeyReferenceQueryModel<ShoppingList> store()