Uses of Class
org.wso2.carbon.registry.social.api.message.Message.Status
-
Packages that use Message.Status Package Description 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 Modifier and Type Method Description 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 Modifier and Type Method Description void
Message. setStatus(Message.Status status)
Sets the Status of the message.
-