Package com.commercetools.api.client
Interface ByProjectKeyExtensionsGetMixin
- All Superinterfaces:
ClientRequestCommand<ExtensionPagedQueryResponse>,RequestCommand<ExtensionPagedQueryResponse>,SimplePagedQueryResourceRequest<ByProjectKeyExtensionsGet,ExtensionPagedQueryResponse, com.commercetools.api.predicates.query.extension.ExtensionQueryBuilderDsl>
- All Known Implementing Classes:
ByProjectKeyExtensionsGet
public interface ByProjectKeyExtensionsGetMixin
extends SimplePagedQueryResourceRequest<ByProjectKeyExtensionsGet,ExtensionPagedQueryResponse,com.commercetools.api.predicates.query.extension.ExtensionQueryBuilderDsl>
-
Method Summary
Modifier and TypeMethodDescriptiondefault com.commercetools.api.predicates.query.extension.ExtensionQueryBuilderDslqueryDsl()Methods inherited from interface io.vrap.rmf.base.client.ClientRequestCommand
execute, executeBlocking, executeBlockingMethods inherited from interface io.vrap.rmf.base.client.RequestCommand
execute, executeBlocking, executeBlockingMethods inherited from interface com.commercetools.api.client.SimplePagedQueryResourceRequest
addLimit, addOffset, addPredicateVar, addPredicateVar, addQuery, addQuery, addQuery, addQuery, addSort, addWhere, addWhere, addWhere, addWhere, addWithTotal, asPagedQueryResourceRequest, asPagedQueryResourceRequestToBaseType, getFirstQueryParam, getQueryParam, getQueryParams, withLimit, withOffset, withPredicateVar, withPredicateVar, withQuery, withQuery, withQuery, withQuery, withSort, withWhere, withWhere, withWhere, withWhere, withWithTotal
-
Method Details
-
queryDsl
default com.commercetools.api.predicates.query.extension.ExtensionQueryBuilderDsl queryDsl()- Specified by:
queryDslin interfaceSimplePagedQueryResourceRequest<ByProjectKeyExtensionsGet,ExtensionPagedQueryResponse, com.commercetools.api.predicates.query.extension.ExtensionQueryBuilderDsl>
-