Class ByProjectKeyMeBusinessUnitsByIDHead

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

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



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