Class ByProjectKeyAttributeGroupsGet

All Implemented Interfaces:
ByProjectKeyAttributeGroupsGetMixin, Deprecatable200Trait<ByProjectKeyAttributeGroupsGet>, ErrorableTrait<ByProjectKeyAttributeGroupsGet>, ExpandableTrait<ByProjectKeyAttributeGroupsGet>, PagedQueryResourceRequest<ByProjectKeyAttributeGroupsGet,AttributeGroupPagedQueryResponse,com.commercetools.api.predicates.query.attribute_group.AttributeGroupQueryBuilderDsl>, PagingTrait<ByProjectKeyAttributeGroupsGet>, QueryTrait<ByProjectKeyAttributeGroupsGet>, SimplePagedQueryResourceRequest<ByProjectKeyAttributeGroupsGet,AttributeGroupPagedQueryResponse,com.commercetools.api.predicates.query.attribute_group.AttributeGroupQueryBuilderDsl>, SortableTrait<ByProjectKeyAttributeGroupsGet>, ClientRequestCommand<AttributeGroupPagedQueryResponse>, CreateHttpRequestCommand, HttpRequestCommand<AttributeGroupPagedQueryResponse>, RequestCommand<AttributeGroupPagedQueryResponse>



   CompletableFuture<ApiHttpResponse<com.commercetools.api.models.attribute_group.AttributeGroupPagedQueryResponse>> result = apiRoot
            .withProjectKey("{projectKey}")
            .attributeGroups()
            .get()
            .execute()