Class ByProjectKeyAttributeGroupsKeyByKeyHead

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

Checks if an AttributeGroup exists with the provided key. Returns 200 status if the AttributeGroup exists, or a 404 status otherwise.



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