Class ByProjectKeyTypesKeyByKeyPostString

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



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