Class ByProjectKeyCustomerGroupsKeyByKeyGet

java.lang.Object
io.vrap.rmf.base.client.ApiMethod<ByProjectKeyCustomerGroupsKeyByKeyGet,CustomerGroup>
com.commercetools.api.client.ByProjectKeyCustomerGroupsKeyByKeyGet
All Implemented Interfaces:
Deprecatable200Trait<ByProjectKeyCustomerGroupsKeyByKeyGet>, ErrorableTrait<ByProjectKeyCustomerGroupsKeyByKeyGet>, ExpandableTrait<ByProjectKeyCustomerGroupsKeyByKeyGet>, io.vrap.rmf.base.client.ClientRequestCommand<CustomerGroup>, io.vrap.rmf.base.client.CreateHttpRequestCommand, io.vrap.rmf.base.client.RequestCommand<CustomerGroup>



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