Class ByProjectKeyAttributeGroupsHead

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

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



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