Class ByProjectKeyProductTypesKeyByKeyPostString

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<ByProjectKeyProductTypesKeyByKeyPostString,ProductType>
com.commercetools.api.client.ByProjectKeyProductTypesKeyByKeyPostString
All Implemented Interfaces:
ConflictingTrait<ByProjectKeyProductTypesKeyByKeyPostString>, Deprecatable200Trait<ByProjectKeyProductTypesKeyByKeyPostString>, ErrorableTrait<ByProjectKeyProductTypesKeyByKeyPostString>, ExpandableTrait<ByProjectKeyProductTypesKeyByKeyPostString>, 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("")
            .execute()