Class ByProjectKeyVariantsByIDHead

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

Checks if a Variant exists by its ID. Returns a 200 status if the Variant exists, or a 404 status otherwise.



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