Interface User.DefinitionStages.WithEmail

  • All Known Subinterfaces:
    User.Definition
    Enclosing interface:
    User.DefinitionStages

    public static interface User.DefinitionStages.WithEmail
    The stage of the User definition allowing to specify email.
    • Method Detail

      • withEmail

        User.DefinitionStages.WithCreate withEmail​(String email)
        Specifies the email property: Email address of the user..
        Parameters:
        email - Email address of the user.
        Returns:
        the next definition stage.