Class ByProjectKeyInStoreKeyByStoreKeyVariantProjectionsHead

java.lang.Object
io.vrap.rmf.base.client.ApiMethod<T,TResult>
io.vrap.rmf.base.client.TypeApiMethod<ByProjectKeyInStoreKeyByStoreKeyVariantProjectionsHead,JsonNode>
com.commercetools.api.client.ByProjectKeyInStoreKeyByStoreKeyVariantProjectionsHead
All Implemented Interfaces:
Deprecatable200Trait<ByProjectKeyInStoreKeyByStoreKeyVariantProjectionsHead>, ErrorableTrait<ByProjectKeyInStoreKeyByStoreKeyVariantProjectionsHead>, ProjectionselectingvariantTrait<ByProjectKeyInStoreKeyByStoreKeyVariantProjectionsHead>, ProjectionvalidatingTrait<ByProjectKeyInStoreKeyByStoreKeyVariantProjectionsHead>, ClientRequestCommand<JsonNode>, CreateHttpRequestCommand, HttpRequestCommand<JsonNode>, RequestCommand<JsonNode>

Checks if one or more Variant Projections exist for the provided query predicate in the specified Store. Returns a 200 status if any Variant Projections match, or a 404 status otherwise.



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