Class ByProjectKeyProductTypesPost

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



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