Class ByProjectKeyTypesPostString

java.lang.Object
io.vrap.rmf.base.client.ApiMethod<T,TResult>
io.vrap.rmf.base.client.BodyApiMethod<T,TResult,String>
io.vrap.rmf.base.client.StringBodyApiMethod<ByProjectKeyTypesPostString,Type>
com.commercetools.api.client.ByProjectKeyTypesPostString
All Implemented Interfaces:
Deprecatable201Trait<ByProjectKeyTypesPostString>, ErrorableTrait<ByProjectKeyTypesPostString>, ExpandableTrait<ByProjectKeyTypesPostString>, io.vrap.rmf.base.client.ClientRequestCommand<Type>, io.vrap.rmf.base.client.CreateHttpRequestCommand, io.vrap.rmf.base.client.RequestCommand<Type>

public class ByProjectKeyTypesPostString extends io.vrap.rmf.base.client.StringBodyApiMethod<ByProjectKeyTypesPostString,Type> implements ExpandableTrait<ByProjectKeyTypesPostString>, Deprecatable201Trait<ByProjectKeyTypesPostString>, ErrorableTrait<ByProjectKeyTypesPostString>


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