Class ByProjectKeyTypesByIDPost

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