Class ByProjectKeyInStoreKeyByStoreKeyMePasswordPost

All Implemented Interfaces:
ConflictingTrait<ByProjectKeyInStoreKeyByStoreKeyMePasswordPost>, ErrorableTrait<ByProjectKeyInStoreKeyByStoreKeyMePasswordPost>, ClientRequestCommand<Customer>, CreateHttpRequestCommand, HttpRequestCommand<Customer>, RequestCommand<Customer>

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}")
            .me()
            .password()
            .post(null)
            .execute()