Class ByProjectKeyProductSelectionsKeyByKeyHead

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

Checks if a ProductSelection exists for a given key. Returns a 200 OK status if the ProductSelection exists or a 404 Not Found otherwise.



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