Interface Credential.UpdateStages.WithPassword

All Known Subinterfaces:
Credential.Update
Enclosing interface:
Credential.UpdateStages

public static interface Credential.UpdateStages.WithPassword
The stage of the Credential update allowing to specify password.
  • Method Summary

    Modifier and Type
    Method
    Description
    withPassword(String password)
    Specifies the password property: Gets or sets the password of the credential..
  • Method Details

    • withPassword

      Credential.Update withPassword(String password)
      Specifies the password property: Gets or sets the password of the credential..
      Parameters:
      password - Gets or sets the password of the credential.
      Returns:
      the next definition stage.