Interface UserContract.UpdateStages.WithEmail

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

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

    Modifier and Type
    Method
    Description
    Specifies the email property: Email address.
  • Method Details

    • withEmail

      UserContract.Update withEmail(String email)
      Specifies the email property: Email address. Must not be empty and must be unique within the service instance..
      Parameters:
      email - Email address. Must not be empty and must be unique within the service instance.
      Returns:
      the next definition stage.