Class ByProjectKeyTypesKeyByKeyPost

java.lang.Object
io.vrap.rmf.base.client.ApiMethod<T,TResult>
io.vrap.rmf.base.client.BodyApiMethod<ByProjectKeyTypesKeyByKeyPost,Type,TypeUpdate>
com.commercetools.api.client.ByProjectKeyTypesKeyByKeyPost
All Implemented Interfaces:
ConflictingTrait<ByProjectKeyTypesKeyByKeyPost>, Deprecatable200Trait<ByProjectKeyTypesKeyByKeyPost>, ErrorableTrait<ByProjectKeyTypesKeyByKeyPost>, ExpandableTrait<ByProjectKeyTypesKeyByKeyPost>, io.vrap.rmf.base.client.ClientRequestCommand<Type>, io.vrap.rmf.base.client.CreateHttpRequestCommand, io.vrap.rmf.base.client.RequestCommand<Type>



   CompletableFuture<ApiHttpResponse<com.commercetools.api.models.type.Type>> result = apiRoot
            .withProjectKey("{projectKey}")
            .types()
            .withKey("{key}")
            .post(null)
            .execute()