Interface Credential.UpdateStages.WithName

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

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

    Modifier and Type
    Method
    Description
    Specifies the name property: Gets or sets the name of the credential..
  • Method Details

    • withName

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