Class ByProjectKeyProductTypesKeyByKeyPost

java.lang.Object
io.vrap.rmf.base.client.ApiMethod<T,TResult>
io.vrap.rmf.base.client.BodyApiMethod<ByProjectKeyProductTypesKeyByKeyPost,ProductType,ProductTypeUpdate>
com.commercetools.api.client.ByProjectKeyProductTypesKeyByKeyPost
All Implemented Interfaces:
ConflictingTrait<ByProjectKeyProductTypesKeyByKeyPost>, Deprecatable200Trait<ByProjectKeyProductTypesKeyByKeyPost>, ErrorableTrait<ByProjectKeyProductTypesKeyByKeyPost>, ExpandableTrait<ByProjectKeyProductTypesKeyByKeyPost>, 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()
            .withKey("{key}")
            .post(null)
            .execute()