Interface UserInfo
-
@API(type=NOT_EXTENDABLE, src=PUBLIC) public interface UserInfo
Information about an user.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
checkLicensed()
Throws if the current user is not licensed.java.lang.String
getId()
The user unique id.
-