Class ByProjectKeyExtensionsByIDHead

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

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



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