Uses of Class
org.wso2.carbon.registry.social.api.message.Message.Status

Packages that use Message.Status
org.wso2.carbon.registry.social.api.message   
 

Uses of Message.Status in org.wso2.carbon.registry.social.api.message
 

Methods in org.wso2.carbon.registry.social.api.message 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.wso2.carbon.registry.social.api.message with parameters of type Message.Status
 void Message.setStatus(Message.Status status)
          Sets the Status of the message.
 



Copyright © 2013 WSO2 Inc. All Rights Reserved.