Class ByProjectKeyMeQuoteRequestsKeyByKeyGet

java.lang.Object
io.vrap.rmf.base.client.ApiMethod<ByProjectKeyMeQuoteRequestsKeyByKeyGet,QuoteRequest>
com.commercetools.api.client.ByProjectKeyMeQuoteRequestsKeyByKeyGet
All Implemented Interfaces:
Deprecatable200Trait<ByProjectKeyMeQuoteRequestsKeyByKeyGet>, ErrorableTrait<ByProjectKeyMeQuoteRequestsKeyByKeyGet>, ExpandableTrait<ByProjectKeyMeQuoteRequestsKeyByKeyGet>, 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}")
            .me()
            .quoteRequests()
            .withKey("{key}")
            .get()
            .execute()