Class ByProjectKeyCustomersEmailTokenByEmailTokenGet

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



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