Class ByProjectKeyTypesPost

java.lang.Object
io.vrap.rmf.base.client.ApiMethod<T,TResult>
io.vrap.rmf.base.client.BodyApiMethod<ByProjectKeyTypesPost,Type,TypeDraft>
com.commercetools.api.client.ByProjectKeyTypesPost
All Implemented Interfaces:
Deprecatable201Trait<ByProjectKeyTypesPost>, ErrorableTrait<ByProjectKeyTypesPost>, ExpandableTrait<ByProjectKeyTypesPost>, 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()
            .post(null)
            .execute()