Class ByProjectKeyQuoteRequestsKeyByKeyGet

java.lang.Object
io.vrap.rmf.base.client.ApiMethod<ByProjectKeyQuoteRequestsKeyByKeyGet,QuoteRequest>
com.commercetools.api.client.ByProjectKeyQuoteRequestsKeyByKeyGet
All Implemented Interfaces:
Deprecatable200Trait<ByProjectKeyQuoteRequestsKeyByKeyGet>, ErrorableTrait<ByProjectKeyQuoteRequestsKeyByKeyGet>, ExpandableTrait<ByProjectKeyQuoteRequestsKeyByKeyGet>, io.vrap.rmf.base.client.ClientRequestCommand<QuoteRequest>, io.vrap.rmf.base.client.CreateHttpRequestCommand, io.vrap.rmf.base.client.RequestCommand<QuoteRequest>



   CompletableFuture<ApiHttpResponse<com.commercetools.api.models.quote_request.QuoteRequest>> result = apiRoot
            .withProjectKey("{projectKey}")
            .quoteRequests()
            .withKey("{key}")
            .get()
            .execute()