T - query contextpublic abstract class CartLikeQueryModelImpl<T> extends CustomResourceQueryModelImpl<T> implements CartLikeQueryModel<T>
CartLike resources.| Modifier | Constructor and Description |
|---|---|
protected |
CartLikeQueryModelImpl(QueryModel<T> parent,
String pathSegment) |
customcreatedAt, id, is, lastModifiedAt, notaddressCollectionQueryModel, addressModel, addressQueryModel, anyReferenceModel, anyReferenceQueryModel, bigDecimalModel, bigDecimalModel, bigDecimalQuerySortingModel, booleanModel, booleanModel, booleanQueryModel, countryQueryModel, currencyCodeModel, doubleModel, embedPredicate, enumerationQueryModel, enumQueryModel, geoJSONQueryModel, getParent, getPathSegment, integerModel, integerModel, integerQuerySortingModel, isEmptyCollectionQueryPredicate, isGreaterThanOrEqualToPredicate, isGreaterThanPredicate, isInPredicate, isLessThanOrEqualToPredicate, isLessThanPredicate, isNotEmptyCollectionQueryPredicate, isNotInPredicate, isNotPredicate, isNotPredicate, isNotPresentPredicate, isPredicate, isPresentPredicate, keyReferenceQueryModel, localeQueryModel, localeQuerySortingModel, localizedEnumQueryModel, localizedStringOptionalQueryModel, localizedStringQueryModel, localizedStringQuerySortingModel, longModel, longModel, longQuerySortingModel, moneyModel, moneyQueryModel, normalizeIterable, referenceCollectionModel, referenceCollectionQueryModel, referenceModel, referenceOptionalModel, referenceOptionalQueryModel, referenceQueryModel, sort, sphereEnumerationCollectionQueryModel, sphereEnumerationQueryModel, stringCollectionModel, stringCollectionQueryModel, stringModel, stringModel, stringQuerySortingModel, timestampSortingModel, transformSphereEnumeration, withinCirclePredicateclone, finalize, getClass, notify, notifyAll, wait, wait, waitstorecreatedAt, id, is, lastModifiedAt, notcustomprotected CartLikeQueryModelImpl(QueryModel<T> parent, String pathSegment)
public StringQuerySortingModel<T> customerId()
customerId in interface CartLikeQueryModel<T>public StringQuerySortingModel<T> customerEmail()
customerEmail in interface CartLikeQueryModel<T>public MoneyQueryModel<T> totalPrice()
totalPrice in interface CartLikeQueryModel<T>public TaxedPriceOptionalQueryModel<T> taxedPrice()
taxedPrice in interface CartLikeQueryModel<T>public CountryQueryModel<T> country()
country in interface CartLikeQueryModel<T>public ReferenceOptionalQueryModel<T,CustomerGroup> customerGroup()
customerGroup in interface CartLikeQueryModel<T>public LineItemCollectionQueryModel<T> lineItems()
lineItems in interface CartLikeQueryModel<T>public CustomLineItemCollectionQueryModel<T> customLineItems()
customLineItems in interface CartLikeQueryModel<T>public AddressQueryModel<T> shippingAddress()
shippingAddress in interface CartLikeQueryModel<T>public AddressQueryModel<T> billingAddress()
billingAddress in interface CartLikeQueryModel<T>public CartShippingInfoQueryModel<T> shippingInfo()
shippingInfo in interface CartLikeQueryModel<T>public DiscountCodeInfoCollectionQueryModel<T> discountCodes()
discountCodes in interface CartLikeQueryModel<T>public PaymentInfoQueryModel<T> paymentInfo()
paymentInfo in interface CartLikeQueryModel<T>public ShippingRateInputQueryModel<T> shippingRateInput()
shippingRateInput in interface CartLikeQueryModel<T>public StringQuerySortingModel<T> anonymousId()
anonymousId in interface CartLikeQueryModel<T>public LocaleQueryModel<T> locale()
locale in interface CartLikeQueryModel<T>public AddressCollectionQueryModel<T> itemShippingAddresses()
itemShippingAddresses in interface CartLikeQueryModel<T>