Class ByProjectKeyInStoreKeyByStoreKeyCustomersPasswordPostString

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

public class ByProjectKeyInStoreKeyByStoreKeyCustomersPasswordPostString extends io.vrap.rmf.base.client.StringBodyApiMethod<ByProjectKeyInStoreKeyByStoreKeyCustomersPasswordPostString,Customer> implements ErrorableTrait<ByProjectKeyInStoreKeyByStoreKeyCustomersPasswordPostString>

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



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