Uses of Enum
org.jivesoftware.smackx.pubsub.Item.ItemNamespace
Packages that use Item.ItemNamespace
-
Uses of Item.ItemNamespace in org.jivesoftware.smackx.pubsub
Methods in org.jivesoftware.smackx.pubsub that return Item.ItemNamespaceModifier and TypeMethodDescriptionstatic Item.ItemNamespace
static Item.ItemNamespace
Returns the enum constant of this type with the specified name.static Item.ItemNamespace[]
Item.ItemNamespace.values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.jivesoftware.smackx.pubsub with parameters of type Item.ItemNamespaceModifierConstructorDescriptionItem
(Item.ItemNamespace itemNamespace, String itemId) Create anItem
with an id but no payload.Item
(Item.ItemNamespace itemNamespace, String itemId, String nodeId) Create anItem
with an id and a node id.PayloadItem
(Item.ItemNamespace itemNamespace, String itemId, String nodeId, E payloadExt) Create anItem
with an id, node id and payload.