Class ByProjectKeyMeBusinessUnitsHead

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

Checks if one or more BusinessUnits exist for the provided query predicate. Returns a 200 status if any BusinessUnits match the Query Predicate and the Customer has access to them, or a ResourceNotFound error otherwise.



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