Class ByProjectKeyVariantProjectionsByIDHead

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

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



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