Class ByProjectKeyTypesKeyByKeyPost

All Implemented Interfaces:
ConflictingTrait<ByProjectKeyTypesKeyByKeyPost>, Deprecatable200Trait<ByProjectKeyTypesKeyByKeyPost>, ErrorableTrait<ByProjectKeyTypesKeyByKeyPost>, ExpandableTrait<ByProjectKeyTypesKeyByKeyPost>, ClientRequestCommand<Type>, CreateHttpRequestCommand, HttpRequestCommand<Type>, RequestCommand<Type>



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