Interface UserInfo
@API(type=NOT_EXTENDABLE,
src=PUBLIC)
public interface UserInfo
Information about an user.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Throws if the current user is not licensed.getId()
The user unique id.
-
Method Details
-
getId
String getId()The user unique id.- Returns:
- The user id.
-
checkLicensed
void checkLicensed()Throws if the current user is not licensed.
-