Class ByProjectKeyVariantProjectionsHead

All Implemented Interfaces:
Deprecatable200Trait<ByProjectKeyVariantProjectionsHead>, ErrorableTrait<ByProjectKeyVariantProjectionsHead>, ProjectionselectingvariantTrait<ByProjectKeyVariantProjectionsHead>, ProjectionvalidatingTrait<ByProjectKeyVariantProjectionsHead>, ClientRequestCommand<JsonNode>, CreateHttpRequestCommand, HttpRequestCommand<JsonNode>, RequestCommand<JsonNode>

Checks if a Variant Projection exists for the provided query predicate. Returns a 200 status if any Variant Projections match, or a 404 status otherwise.



   CompletableFuture<ApiHttpResponse<tools.jackson.databind.JsonNode>> result = apiRoot
            .withProjectKey("{projectKey}")
            .variantProjections()
            .head()
            .execute()