public interface UserInformation
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getFullName()
Full name of a user
|
java.lang.String |
getId()
Returns ID of the user
|
java.lang.String |
getSpaceId()
ID of a space to which user belongs to.
|