Interface Credential.UpdateStages.WithUsername

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

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

    Modifier and Type
    Method
    Description
    withUsername(String username)
    Specifies the username property: Gets or sets the user name of the credential..
  • Method Details

    • withUsername

      Credential.Update withUsername(String username)
      Specifies the username property: Gets or sets the user name of the credential..
      Parameters:
      username - Gets or sets the user name of the credential.
      Returns:
      the next definition stage.