Uses of Class
org.apache.shindig.social.opensocial.model.Message.Type

Packages that use Message.Type
org.apache.shindig.social.core.model Core Social Model 
org.apache.shindig.social.opensocial.model The Social Model API package 
 

Uses of Message.Type in org.apache.shindig.social.core.model
 

Methods in org.apache.shindig.social.core.model that return Message.Type
 Message.Type MessageImpl.getType()
           
 

Methods in org.apache.shindig.social.core.model with parameters of type Message.Type
 void MessageImpl.setType(Message.Type newType)
           
 

Constructors in org.apache.shindig.social.core.model with parameters of type Message.Type
MessageImpl(String initBody, String initTitle, Message.Type initType)
           
 

Uses of Message.Type in org.apache.shindig.social.opensocial.model
 

Methods in org.apache.shindig.social.opensocial.model that return Message.Type
 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.
 

Methods in org.apache.shindig.social.opensocial.model with parameters of type Message.Type
 void Message.setType(Message.Type newType)
          Sets the type of the message, as specified by opensocial.Message.Type.
 



Copyright © 2007-2012. All Rights Reserved.