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

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

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

Methods in org.apache.shindig.social.core.model that return Message.Status
 Message.Status MessageImpl.getStatus()
           
 

Methods in org.apache.shindig.social.core.model with parameters of type Message.Status
 void MessageImpl.setStatus(Message.Status status)
           
 

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

Methods in org.apache.shindig.social.opensocial.model that return Message.Status
 Message.Status Message.getStatus()
          Gets the Status of the message.
static Message.Status Message.Status.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Message.Status[] Message.Status.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.Status
 void Message.setStatus(Message.Status status)
          Sets the Status of the message.
 



Copyright © 2007-2012. All Rights Reserved.