Package com.commercetools.api.client
Interface ByProjectKeyOrdersGetMixin
- All Superinterfaces:
ClientRequestCommand<OrderPagedQueryResponse>
,PagedQueryResourceRequest<ByProjectKeyOrdersGet,
,OrderPagedQueryResponse, com.commercetools.api.predicates.query.order.OrderQueryBuilderDsl> RequestCommand<OrderPagedQueryResponse>
,SimplePagedQueryResourceRequest<ByProjectKeyOrdersGet,
OrderPagedQueryResponse, com.commercetools.api.predicates.query.order.OrderQueryBuilderDsl>
- All Known Implementing Classes:
ByProjectKeyOrdersGet
public interface ByProjectKeyOrdersGetMixin
extends PagedQueryResourceRequest<ByProjectKeyOrdersGet,OrderPagedQueryResponse,com.commercetools.api.predicates.query.order.OrderQueryBuilderDsl>
-
Method Summary
Modifier and TypeMethodDescriptiondefault ByProjectKeyOrdersGet
byCustomerEmail
(String customerEmail) default ByProjectKeyOrdersGet
byCustomerId
(String customerId) default com.commercetools.api.predicates.query.order.OrderQueryBuilderDsl
queryDsl()
Methods inherited from interface io.vrap.rmf.base.client.ClientRequestCommand
execute, executeBlocking, executeBlocking
Methods inherited from interface com.commercetools.api.client.PagedQueryResourceRequest
addExpand, addLimit, addOffset, addPredicateVar, addPredicateVar, addSort, addWhere, addWithTotal, asPagedQueryResourceRequest, getFirstQueryParam, getQueryParam, getQueryParams, withExpand, withLimit, withOffset, withPredicateVar, withPredicateVar, withSort, withWhere, withWithTotal
Methods inherited from interface io.vrap.rmf.base.client.RequestCommand
execute, executeBlocking, executeBlocking
-
Method Details
-
byCustomerId
-
byCustomerEmail
-
queryDsl
default com.commercetools.api.predicates.query.order.OrderQueryBuilderDsl queryDsl()- Specified by:
queryDsl
in interfaceSimplePagedQueryResourceRequest<ByProjectKeyOrdersGet,
OrderPagedQueryResponse, com.commercetools.api.predicates.query.order.OrderQueryBuilderDsl>
-