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 TypeMethodDescriptionSpecifies the note property: Optional note about a user set by the administrator..
-
Method Details
-
withNote
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.
-