Package com.commercetools.api.client
Interface ByProjectKeyAttributeGroupsGetMixin
- All Superinterfaces:
ClientRequestCommand<AttributeGroupPagedQueryResponse>
,PagedQueryResourceRequest<ByProjectKeyAttributeGroupsGet,
,AttributeGroupPagedQueryResponse, com.commercetools.api.predicates.query.attribute_group.AttributeGroupQueryBuilderDsl> RequestCommand<AttributeGroupPagedQueryResponse>
,SimplePagedQueryResourceRequest<ByProjectKeyAttributeGroupsGet,
AttributeGroupPagedQueryResponse, com.commercetools.api.predicates.query.attribute_group.AttributeGroupQueryBuilderDsl>
- All Known Implementing Classes:
ByProjectKeyAttributeGroupsGet
public interface ByProjectKeyAttributeGroupsGetMixin
extends PagedQueryResourceRequest<ByProjectKeyAttributeGroupsGet,AttributeGroupPagedQueryResponse,com.commercetools.api.predicates.query.attribute_group.AttributeGroupQueryBuilderDsl>
-
Method Summary
Modifier and TypeMethodDescriptiondefault com.commercetools.api.predicates.query.attribute_group.AttributeGroupQueryBuilderDsl
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.attribute_group.AttributeGroupQueryBuilderDsl queryDsl()- Specified by:
queryDsl
in interfaceSimplePagedQueryResourceRequest<ByProjectKeyAttributeGroupsGet,
AttributeGroupPagedQueryResponse, com.commercetools.api.predicates.query.attribute_group.AttributeGroupQueryBuilderDsl>
-