Class ByProjectKeyTypesPostString

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



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