Class ByProjectKeyTypesByIDPostString

java.lang.Object
io.vrap.rmf.base.client.ApiMethod<T,TResult>
io.vrap.rmf.base.client.BodyApiMethod<T,TResult,TBody>
io.vrap.rmf.base.client.TypeBodyApiMethod<T,TResult,String>
io.vrap.rmf.base.client.StringBodyApiMethod<ByProjectKeyTypesByIDPostString,Type>
com.commercetools.api.client.ByProjectKeyTypesByIDPostString
All Implemented Interfaces:
ConflictingTrait<ByProjectKeyTypesByIDPostString>, Deprecatable200Trait<ByProjectKeyTypesByIDPostString>, ErrorableTrait<ByProjectKeyTypesByIDPostString>, ExpandableTrait<ByProjectKeyTypesByIDPostString>, io.vrap.rmf.base.client.ClientRequestCommand<Type>, io.vrap.rmf.base.client.CreateHttpRequestCommand, io.vrap.rmf.base.client.HttpRequestCommand<Type>, io.vrap.rmf.base.client.RequestCommand<Type>



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