Package de.xima.fc.gui.model.user
Class UserEmailQueryResult
- java.lang.Object
-
- de.xima.fc.gui.model.user.UserEmailQueryResult
-
- All Implemented Interfaces:
Serializable
public class UserEmailQueryResult extends Object implements Serializable
Model representing the result of a user query.- Since:
- 8.0.0
- Author:
- XIMA Media GmbH
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UserEmailQueryResult(UserProfile profile)
UserEmailQueryResult(String email, UserIdpData idpData)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
addUserIdpData(UserIdpData idpData)
boolean
equals(Object obj)
String
getDisplayName()
String
getEmail()
String
getFamilyName()
String
getFirstName()
UserProfile
getProfile()
List<UserIdpData>
getUserIdpData()
void
setProfile(UserProfile profile)
-
-
-
Constructor Detail
-
UserEmailQueryResult
public UserEmailQueryResult(UserProfile profile)
-
UserEmailQueryResult
public UserEmailQueryResult(String email, UserIdpData idpData)
-
-
Method Detail
-
getProfile
public UserProfile getProfile()
-
setProfile
public void setProfile(UserProfile profile)
-
getEmail
public String getEmail()
-
getFirstName
public String getFirstName()
-
getFamilyName
public String getFamilyName()
-
getDisplayName
public String getDisplayName()
-
getUserIdpData
public List<UserIdpData> getUserIdpData()
-
addUserIdpData
public void addUserIdpData(UserIdpData idpData)
-
-