Class ByProjectKeyCustomerGroupsByIDGet

java.lang.Object
io.vrap.rmf.base.client.ApiMethod<ByProjectKeyCustomerGroupsByIDGet,CustomerGroup>
com.commercetools.api.client.ByProjectKeyCustomerGroupsByIDGet
All Implemented Interfaces:
Deprecatable200Trait<ByProjectKeyCustomerGroupsByIDGet>, ErrorableTrait<ByProjectKeyCustomerGroupsByIDGet>, ExpandableTrait<ByProjectKeyCustomerGroupsByIDGet>, 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()
            .withId("{ID}")
            .get()
            .execute()