Uses of Enum
org.jivesoftware.smackx.pubsub.Item.ItemNamespace
-
Uses of Item.ItemNamespace in org.jivesoftware.smackx.pubsub
Modifier 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.ModifierConstructorDescriptionItem
(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.