|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Person.Field | |
|---|---|
| org.apache.shindig.social.opensocial.model | The Social Model API package |
| Uses of Person.Field in org.apache.shindig.social.opensocial.model |
|---|
| Methods in org.apache.shindig.social.opensocial.model that return Person.Field | |
|---|---|
static Person.Field |
Person.Field.fromUrlString(String urlString)
Converts from a url string (usually passed in the fields= parameter) into the corresponding field enum. |
static Person.Field |
Person.Field.getField(String jsonString)
|
static Person.Field |
Person.Field.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static Person.Field[] |
Person.Field.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||