Except as otherwise noted,
the content of this page is licensed under the Creative Commons
Attribution 2.5 License.
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