Interface UserContract.DefinitionStages.WithNote
- All Known Subinterfaces:
UserContract.Definition,UserContract.DefinitionStages.WithCreate
- Enclosing interface:
UserContract.DefinitionStages
public static interface UserContract.DefinitionStages.WithNote
The stage of the UserContract definition 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.
-