Class ByProjectKeyStatesHead

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

Checks if one or more States exist for the provided query predicate. Returns a 200 status if any States match the query predicate, or a 404 status otherwise.



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