UserContract.UpdateStages.WithPassword Interface

public static interface UserContract.UpdateStages.WithPassword

The stage of the usercontract update allowing to specify Password.

Method Summary

Modifier and Type Method and Description
abstract Update withPassword(String password)

Specifies password.

Method Details

withPassword

public abstract UserContract.Update withPassword(String password)

Specifies password.

Parameters:

password - User Password. If no value is provided, a default password is generated

Returns:

the next update stage

Applies to