Class ByProjectKeyMeQuotesHead

All Implemented Interfaces:
Deprecatable200Trait<ByProjectKeyMeQuotesHead>, ErrorableTrait<ByProjectKeyMeQuotesHead>, ClientRequestCommand<JsonNode>, CreateHttpRequestCommand, HttpRequestCommand<JsonNode>, RequestCommand<JsonNode>

Checks if one or more Quotes exist for the provided query predicate. Returns a 200 status if any Quotes match the query predicate, or a ResourceNotFound error otherwise.



   CompletableFuture<ApiHttpResponse<com.fasterxml.jackson.databind.JsonNode>> result = apiRoot
            .withProjectKey("{projectKey}")
            .me()
            .quotes()
            .head()
            .execute()