Package im.getsocial.sdk.communities
Class ConflictUser
- java.lang.Object
-
- im.getsocial.sdk.communities.User
-
- im.getsocial.sdk.communities.PrivateUser
-
- im.getsocial.sdk.communities.ConflictUser
-
public class ConflictUser extends PrivateUser
When trying to add an identity and conflict in identities happensConflictUser
is returned to check the details of the conflict user to see which user you want to proceed with.
-
-
Field Summary
-
Fields inherited from class im.getsocial.sdk.communities.User
APPLICATION_ID
-
-
Constructor Summary
Constructors Constructor Description ConflictUser(PrivateUser privateUser)
-
Method Summary
-
Methods inherited from class im.getsocial.sdk.communities.PrivateUser
getBanInfo, getPrivateProperties, isBanned, toString
-
Methods inherited from class im.getsocial.sdk.communities.User
equals, getAvatarUrl, getDisplayName, getId, getIdentities, getPublicProperties, hashCode, isAnonymous, isApp, isVerified
-
-
-
-
Constructor Detail
-
ConflictUser
public ConflictUser(PrivateUser privateUser)
-
-