| Package | Description |
|---|---|
| org.apache.shindig.social.opensocial.model |
The Social Model API package
Model interfaces that are used throughout the Social Component to transfer the model.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
Copyright © 2007-2012. All Rights Reserved.