Class ByProjectKeyCustomerGroupsPost

java.lang.Object
io.vrap.rmf.base.client.ApiMethod<T,TResult>
io.vrap.rmf.base.client.BodyApiMethod<ByProjectKeyCustomerGroupsPost,CustomerGroup,CustomerGroupDraft>
com.commercetools.api.client.ByProjectKeyCustomerGroupsPost
All Implemented Interfaces:
Deprecatable201Trait<ByProjectKeyCustomerGroupsPost>, ErrorableTrait<ByProjectKeyCustomerGroupsPost>, ExpandableTrait<ByProjectKeyCustomerGroupsPost>, io.vrap.rmf.base.client.ClientRequestCommand<CustomerGroup>, io.vrap.rmf.base.client.RequestCommand<CustomerGroup>



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