Package com.commercetools.api.client
Interface ByProjectKeyStoresGetMixin
- All Superinterfaces:
ClientRequestCommand<StorePagedQueryResponse>,PagedQueryResourceRequest<ByProjectKeyStoresGet,,StorePagedQueryResponse, com.commercetools.api.predicates.query.store.StoreQueryBuilderDsl> RequestCommand<StorePagedQueryResponse>,SimplePagedQueryResourceRequest<ByProjectKeyStoresGet,StorePagedQueryResponse, com.commercetools.api.predicates.query.store.StoreQueryBuilderDsl>
- All Known Implementing Classes:
ByProjectKeyStoresGet
public interface ByProjectKeyStoresGetMixin
extends PagedQueryResourceRequest<ByProjectKeyStoresGet,StorePagedQueryResponse,com.commercetools.api.predicates.query.store.StoreQueryBuilderDsl>
-
Method Summary
Modifier and TypeMethodDescriptiondefault com.commercetools.api.predicates.query.store.StoreQueryBuilderDslqueryDsl()Methods inherited from interface io.vrap.rmf.base.client.ClientRequestCommand
execute, executeBlocking, executeBlockingMethods 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, withWithTotalMethods inherited from interface io.vrap.rmf.base.client.RequestCommand
execute, executeBlocking, executeBlocking
-
Method Details
-
queryDsl
default com.commercetools.api.predicates.query.store.StoreQueryBuilderDsl queryDsl()- Specified by:
queryDslin interfaceSimplePagedQueryResourceRequest<ByProjectKeyStoresGet,StorePagedQueryResponse, com.commercetools.api.predicates.query.store.StoreQueryBuilderDsl>
-