Class ByProjectKeyTypesPost

All Implemented Interfaces:
Deprecatable201Trait<ByProjectKeyTypesPost>, ErrorableTrait<ByProjectKeyTypesPost>, ExpandableTrait<ByProjectKeyTypesPost>, ClientRequestCommand<Type>, CreateHttpRequestCommand, HttpRequestCommand<Type>, RequestCommand<Type>



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