Class ByProjectKeyCustomersKeyByKeyGet

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



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