Class ByProjectKeyCustomersPasswordPost

java.lang.Object
io.vrap.rmf.base.client.ApiMethod<T,TResult>
io.vrap.rmf.base.client.BodyApiMethod<ByProjectKeyCustomersPasswordPost,Customer,CustomerChangePassword>
com.commercetools.api.client.ByProjectKeyCustomersPasswordPost
All Implemented Interfaces:
ErrorableTrait<ByProjectKeyCustomersPasswordPost>, io.vrap.rmf.base.client.ClientRequestCommand<Customer>, io.vrap.rmf.base.client.RequestCommand<Customer>

Changing the password produces the CustomerPasswordUpdated Message with reset=false.



   CompletableFuture<ApiHttpResponse<com.commercetools.api.models.customer.Customer>> result = apiRoot
            .withProjectKey("{projectKey}")
            .customers()
            .password()
            .post(null)
            .execute()