Interface UserContract.UpdateStages.WithNote

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

public static interface UserContract.UpdateStages.WithNote
The stage of the UserContract update allowing to specify note.
  • Method Summary

    Modifier and Type
    Method
    Description
    Specifies the note property: Optional note about a user set by the administrator..
  • Method Details

    • withNote

      UserContract.Update withNote(String note)
      Specifies the note property: Optional note about a user set by the administrator..
      Parameters:
      note - Optional note about a user set by the administrator.
      Returns:
      the next definition stage.