Class ByProjectKeyAttributeGroupsGet

java.lang.Object
io.vrap.rmf.base.client.ApiMethod<ByProjectKeyAttributeGroupsGet,AttributeGroupPagedQueryResponse>
com.commercetools.api.client.ByProjectKeyAttributeGroupsGet
All Implemented Interfaces:
ByProjectKeyAttributeGroupsGetMixin, Deprecatable200Trait<ByProjectKeyAttributeGroupsGet>, ErrorableTrait<ByProjectKeyAttributeGroupsGet>, ExpandableTrait<ByProjectKeyAttributeGroupsGet>, PagedQueryResourceRequest<ByProjectKeyAttributeGroupsGet,AttributeGroupPagedQueryResponse,AttributeGroupQueryBuilderDsl>, PagingTrait<ByProjectKeyAttributeGroupsGet>, QueryTrait<ByProjectKeyAttributeGroupsGet>, SortableTrait<ByProjectKeyAttributeGroupsGet>, PagedQueryResourceRequest<ByProjectKeyAttributeGroupsGet,AttributeGroupPagedQueryResponse>, io.vrap.rmf.base.client.ClientRequestCommand<AttributeGroupPagedQueryResponse>, io.vrap.rmf.base.client.RequestCommand<AttributeGroupPagedQueryResponse>



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