Uses of Class
org.jivesoftware.smackx.mood.Mood
-
Packages that use Mood Package Description org.jivesoftware.smackx.mood Smack's API for XEP-0107: User Mood.org.jivesoftware.smackx.mood.element Smack's API for XEP-0107: User Mood. -
-
Uses of Mood in org.jivesoftware.smackx.mood
Methods in org.jivesoftware.smackx.mood that return Mood Modifier and Type Method Description static MoodMood. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static Mood[]Mood. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.jivesoftware.smackx.mood with parameters of type Mood Modifier and Type Method Description static voidMoodManager. addMoodToMessage(Message message, Mood mood)static voidMoodManager. addMoodToMessage(Message message, Mood mood, MoodConcretisation concretisation)voidMoodManager. setMood(Mood mood)voidMoodManager. setMood(Mood mood, java.lang.String text)voidMoodManager. setMood(Mood mood, MoodConcretisation concretisation)voidMoodManager. setMood(Mood mood, MoodConcretisation concretisation, java.lang.String text) -
Uses of Mood in org.jivesoftware.smackx.mood.element
Methods in org.jivesoftware.smackx.mood.element that return Mood Modifier and Type Method Description MoodMoodElement. getMood()Return the senders mood.MoodMoodElement.MoodSubjectElement. getMood()Return the mood of the user.Constructors in org.jivesoftware.smackx.mood.element with parameters of type Mood Constructor Description MoodSubjectElement(Mood mood, MoodConcretisation concretisation)
-