| Package | Description |
|---|---|
| org.apache.shindig.social.opensocial.spi |
The Social Service Provider Interface package
Interface and supporting classes that specify the service
provider interface between Shindig and the deployed SNS infrastructure.
|
| Modifier and Type | Method and Description |
|---|---|
UserId.Type |
UserId.getType() |
static UserId.Type |
UserId.Type.jsonValueOf(String jsonType)
Return the Type enum value given a specific jsonType
|
static UserId.Type |
UserId.Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UserId.Type[] |
UserId.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
UserId(UserId.Type type,
String userId) |
Copyright © 2007-2012. All Rights Reserved.