Class ByProjectKeyCustomerGroupsGet

java.lang.Object
io.vrap.rmf.base.client.ApiMethod<ByProjectKeyCustomerGroupsGet,CustomerGroupPagedQueryResponse>
com.commercetools.api.client.ByProjectKeyCustomerGroupsGet
All Implemented Interfaces:
ByProjectKeyCustomerGroupsGetMixin, Deprecatable200Trait<ByProjectKeyCustomerGroupsGet>, ErrorableTrait<ByProjectKeyCustomerGroupsGet>, ExpandableTrait<ByProjectKeyCustomerGroupsGet>, PagedQueryResourceRequest<ByProjectKeyCustomerGroupsGet,CustomerGroupPagedQueryResponse,CustomerGroupQueryBuilderDsl>, PagingTrait<ByProjectKeyCustomerGroupsGet>, QueryTrait<ByProjectKeyCustomerGroupsGet>, SimplePagedQueryResourceRequest<ByProjectKeyCustomerGroupsGet,CustomerGroupPagedQueryResponse,CustomerGroupQueryBuilderDsl>, SortableTrait<ByProjectKeyCustomerGroupsGet>, io.vrap.rmf.base.client.ClientRequestCommand<CustomerGroupPagedQueryResponse>, io.vrap.rmf.base.client.CreateHttpRequestCommand, io.vrap.rmf.base.client.RequestCommand<CustomerGroupPagedQueryResponse>



   CompletableFuture<ApiHttpResponse<com.commercetools.api.models.customer_group.CustomerGroupPagedQueryResponse>> result = apiRoot
            .withProjectKey("{projectKey}")
            .customerGroups()
            .get()
            .execute()