Class ByProjectKeyProductTypesPostString

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<ByProjectKeyProductTypesPostString,ProductType>
com.commercetools.api.client.ByProjectKeyProductTypesPostString
All Implemented Interfaces:
Deprecatable201Trait<ByProjectKeyProductTypesPostString>, ErrorableTrait<ByProjectKeyProductTypesPostString>, ExpandableTrait<ByProjectKeyProductTypesPostString>, io.vrap.rmf.base.client.ClientRequestCommand<ProductType>, io.vrap.rmf.base.client.CreateHttpRequestCommand, io.vrap.rmf.base.client.RequestCommand<ProductType>



   CompletableFuture<ApiHttpResponse<com.commercetools.api.models.product_type.ProductType>> result = apiRoot
            .withProjectKey("{projectKey}")
            .productTypes()
            .post("")
            .execute()