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

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

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

Methods in org.wso2.carbon.registry.social.api.message 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.wso2.carbon.registry.social.api.message 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 © 2013 WSO2 Inc. All Rights Reserved.