Class ByProjectKeyCustomerGroupsPostString

java.lang.Object
io.vrap.rmf.base.client.ApiMethod<T,TResult>
io.vrap.rmf.base.client.BodyApiMethod<T,TResult,String>
io.vrap.rmf.base.client.StringBodyApiMethod<ByProjectKeyCustomerGroupsPostString,CustomerGroup>
com.commercetools.api.client.ByProjectKeyCustomerGroupsPostString
All Implemented Interfaces:
Deprecatable201Trait<ByProjectKeyCustomerGroupsPostString>, ErrorableTrait<ByProjectKeyCustomerGroupsPostString>, ExpandableTrait<ByProjectKeyCustomerGroupsPostString>, 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("")
            .execute()