Class ByProjectKeyApiClientsByIDGet

All Implemented Interfaces:
Deprecatable200Trait<ByProjectKeyApiClientsByIDGet>, ErrorableTrait<ByProjectKeyApiClientsByIDGet>, ClientRequestCommand<ApiClient>, CreateHttpRequestCommand, HttpRequestCommand<ApiClient>, RequestCommand<ApiClient>



   CompletableFuture<ApiHttpResponse<com.commercetools.api.models.api_client.ApiClient>> result = apiRoot
            .withProjectKey("{projectKey}")
            .apiClients()
            .withId("{ID}")
            .get()
            .execute()