Except as otherwise noted,
the content of this page is licensed under the Creative Commons
Attribution 3.0 License.
Google Code offered in: English - Español - 日本語 - 한국어 - Português - Pусский - 中文(简体) - 中文(繁體)
Base interface for all person objects.
String
getDisplayName()
String
getField(key)
String
getId()
Boolean
isOwner()
Boolean
isViewer()
String getDisplayName()
String The display name
String getField(key)
String key - The key to get data for;
keys are defined in
Person.Field
String The data
String getId()
String The ID
Boolean isOwner()
Boolean True if this is the owner of the page;
otherwise, false
Boolean isViewer()
Boolean True if this is the currently logged in user;
otherwise, false