Package com.commercetools.api.client
Interface ByProjectKeyProductTypesGetMixin
- All Superinterfaces:
ClientRequestCommand<ProductTypePagedQueryResponse>,PagedQueryResourceRequest<ByProjectKeyProductTypesGet,,ProductTypePagedQueryResponse, com.commercetools.api.predicates.query.product_type.ProductTypeQueryBuilderDsl> RequestCommand<ProductTypePagedQueryResponse>,SimplePagedQueryResourceRequest<ByProjectKeyProductTypesGet,ProductTypePagedQueryResponse, com.commercetools.api.predicates.query.product_type.ProductTypeQueryBuilderDsl>
- All Known Implementing Classes:
ByProjectKeyProductTypesGet
public interface ByProjectKeyProductTypesGetMixin
extends PagedQueryResourceRequest<ByProjectKeyProductTypesGet,ProductTypePagedQueryResponse,com.commercetools.api.predicates.query.product_type.ProductTypeQueryBuilderDsl>
-
Method Summary
Modifier and TypeMethodDescriptiondefault com.commercetools.api.predicates.query.product_type.ProductTypeQueryBuilderDslqueryDsl()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.product_type.ProductTypeQueryBuilderDsl queryDsl()- Specified by:
queryDslin interfaceSimplePagedQueryResourceRequest<ByProjectKeyProductTypesGet,ProductTypePagedQueryResponse, com.commercetools.api.predicates.query.product_type.ProductTypeQueryBuilderDsl>
-