Class ByProjectKeyCustomersPasswordTokenByPasswordTokenGet

java.lang.Object
io.vrap.rmf.base.client.ApiMethod<T,TResult>
io.vrap.rmf.base.client.TypeApiMethod<ByProjectKeyCustomersPasswordTokenByPasswordTokenGet,Customer>
com.commercetools.api.client.ByProjectKeyCustomersPasswordTokenByPasswordTokenGet
All Implemented Interfaces:
Deprecatable200Trait<ByProjectKeyCustomersPasswordTokenByPasswordTokenGet>, ErrorableTrait<ByProjectKeyCustomersPasswordTokenByPasswordTokenGet>, ExpandableTrait<ByProjectKeyCustomersPasswordTokenByPasswordTokenGet>, ClientRequestCommand<Customer>, CreateHttpRequestCommand, HttpRequestCommand<Customer>, RequestCommand<Customer>



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