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.ItemNamespacestatic Item.ItemNamespaceReturns 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 anItemwith an id but no payload.Item(Item.ItemNamespace itemNamespace, String itemId, String nodeId) Create anItemwith an id and a node id.PayloadItem(Item.ItemNamespace itemNamespace, String itemId, String nodeId, E payloadExt) Create anItemwith an id, node id and payload.