Class ByProjectKeyVariantProjectionsKeyByKeyHead

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

Checks if a VariantProjection exists with the provided key. Returns a 200 status if the VariantProjection exists, or a 404 status otherwise.



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