Class ByProjectKeyQuotesPostString

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

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


   CompletableFuture<ApiHttpResponse<com.commercetools.api.models.quote.Quote>> result = apiRoot
            .withProjectKey("{projectKey}")
            .quotes()
            .post("")
            .execute()