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 Mood
Mood. 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 void
MoodManager. addMoodToMessage(Message message, Mood mood)
static void
MoodManager. addMoodToMessage(Message message, Mood mood, MoodConcretisation concretisation)
void
MoodManager. setMood(Mood mood)
void
MoodManager. setMood(Mood mood, java.lang.String text)
void
MoodManager. setMood(Mood mood, MoodConcretisation concretisation)
void
MoodManager. 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 Mood
MoodElement. getMood()
Return the senders mood.Mood
MoodElement.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)
-