Package com.commercetools.api.client
Interface ByProjectKeyApiClientsGetMixin
- All Superinterfaces:
ClientRequestCommand<ApiClientPagedQueryResponse>
,PagedQueryResourceRequest<ByProjectKeyApiClientsGet,
,ApiClientPagedQueryResponse, com.commercetools.api.predicates.query.api_client.ApiClientQueryBuilderDsl> RequestCommand<ApiClientPagedQueryResponse>
,SimplePagedQueryResourceRequest<ByProjectKeyApiClientsGet,
ApiClientPagedQueryResponse, com.commercetools.api.predicates.query.api_client.ApiClientQueryBuilderDsl>
- All Known Implementing Classes:
ByProjectKeyApiClientsGet
public interface ByProjectKeyApiClientsGetMixin
extends PagedQueryResourceRequest<ByProjectKeyApiClientsGet,ApiClientPagedQueryResponse,com.commercetools.api.predicates.query.api_client.ApiClientQueryBuilderDsl>
-
Method Summary
Modifier and TypeMethodDescriptiondefault com.commercetools.api.predicates.query.api_client.ApiClientQueryBuilderDsl
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
-
queryDsl
default com.commercetools.api.predicates.query.api_client.ApiClientQueryBuilderDsl queryDsl()- Specified by:
queryDsl
in interfaceSimplePagedQueryResourceRequest<ByProjectKeyApiClientsGet,
ApiClientPagedQueryResponse, com.commercetools.api.predicates.query.api_client.ApiClientQueryBuilderDsl>
-