Java com.google.gwt.gadgets.client.osapi.people Person fields, constructors, methods, implement or subclass

Example usage for Java com.google.gwt.gadgets.client.osapi.people Person fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.google.gwt.gadgets.client.osapi.people Person.

The text is from its open source code.

Field

StringDISPLAY_NAME
Field identifier for person's name suitable for display.
StringID
Field identifier for person's string ID.
StringTHUMBNAIL_URL
Field identifier for person's photo thumbnail URL.

Method

StringgetDisplayName()
Returns the name of this Person, suitable for display to end-users.
StringgetId()
Returns a string Id that can be permanently associated with this person.
StringgetThumbnailUrl()
Returns person's photo thumbnail URL, specified as a string.