Interface ImportedUser
-
public interface ImportedUser
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getEmail()
Date
getLastLoginTimestamp()
String
getName()
String
getUsername()
boolean
isEmailVerified()
-