Class ByProjectKeyCustomersByIDGet

All Implemented Interfaces:
Deprecatable200Trait<ByProjectKeyCustomersByIDGet>, ErrorableTrait<ByProjectKeyCustomersByIDGet>, ExpandableTrait<ByProjectKeyCustomersByIDGet>, ClientRequestCommand<Customer>, CreateHttpRequestCommand, HttpRequestCommand<Customer>, RequestCommand<Customer>



   CompletableFuture<ApiHttpResponse<com.commercetools.api.models.customer.Customer>> result = apiRoot
            .withProjectKey("{projectKey}")
            .customers()
            .withId("{ID}")
            .get()
            .execute()