Credential.UpdateStages.WithPassword Interface

public static interface Credential.UpdateStages.WithPassword

The stage of the Credential update allowing to specify password.

Method Summary

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

Specifies the password property: Gets or sets the password of the credential..

Method Details

withPassword

public abstract 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.

Applies to