Uses of Class
org.wso2.carbon.registry.social.api.message.Message.Field
-
Packages that use Message.Field Package Description org.wso2.carbon.registry.social.api.message -
-
Uses of Message.Field in org.wso2.carbon.registry.social.api.message
Methods in org.wso2.carbon.registry.social.api.message that return Message.Field Modifier and Type Method Description static Message.Field
Message.Field. valueOf(String name)
Returns the enum constant of this type with the specified name.static Message.Field[]
Message.Field. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-