Package live.crowdcontrol.cc4j
Interface IUserRecord
- All Known Implementing Classes:
CCUserRecord,UserToken
public interface IUserRecord
-
Method Summary
Modifier and TypeMethodDescription@NotNull StringgetId()Gets the user's Crowd Control User ID.@NotNull StringgetName()Gets the user's display name.@NotNull StringGets the ID of the user on theirhome platform.@NotNull ProfileTypeGets the type of profile the user logged in with.
-
Method Details
-
getId
Gets the user's Crowd Control User ID.- Returns:
- ccUID
-
getName
Gets the user's display name.- Returns:
- display name
-
getProfile
Gets the type of profile the user logged in with.- Returns:
- profile type
-
getOriginId
Gets the ID of the user on theirhome platform.- Returns:
- origin id
-