Uses of Class
rocks.xmpp.extensions.activity.model.Category
-
Packages that use Category Package Description rocks.xmpp.extensions.activity.model Provides XML schema implementations of XEP-0108: User Activity. -
-
Uses of Category in rocks.xmpp.extensions.activity.model
Methods in rocks.xmpp.extensions.activity.model that return Category Modifier and Type Method Description Category
Activity. getCategory()
Gets the category.static Category
Category. valueOf(String name)
Returns the enum constant of this type with the specified name.static Category[]
Category. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in rocks.xmpp.extensions.activity.model with parameters of type Category Constructor Description Activity(Category category)
Creates an activity with a category.Activity(Category category, String text)
Creates an activity with a category and text.Activity(Category category, SpecificActivity specificActivity)
Creates an activity with a category and a specific activity.Activity(Category category, SpecificActivity specificActivity, String text)
Creates an activity with a category, a specific activity and a text.
-