| Package | Description |
|---|---|
| org.apache.shindig.social.core.model |
Core Social Model
Default implementations of the Social Model.
|
| 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 |
|---|---|
Message.Type |
MessageImpl.getType() |
| Modifier and Type | Method and Description |
|---|---|
void |
MessageImpl.setType(Message.Type newType) |
| Constructor and Description |
|---|
MessageImpl(String initBody,
String initTitle,
Message.Type initType) |
| Modifier and Type | Method and Description |
|---|---|
Message.Type |
Message.getType()
Gets the type of the message, as specified by opensocial.Message.Type.
|
static Message.Type |
Message.Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Message.Type[] |
Message.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Message.setType(Message.Type newType)
Sets the type of the message, as specified by opensocial.Message.Type.
|
Copyright © 2007-2012. All Rights Reserved.