Uses of Class
org.jivesoftware.smackx.pubsub.ItemsExtension.ItemsElementType

Packages that use ItemsExtension.ItemsElementType
org.jivesoftware.smackx.pubsub   
 

Uses of ItemsExtension.ItemsElementType in org.jivesoftware.smackx.pubsub
 

Methods in org.jivesoftware.smackx.pubsub that return ItemsExtension.ItemsElementType
 ItemsExtension.ItemsElementType ItemsExtension.getItemsElementType()
          Get the type of element
static ItemsExtension.ItemsElementType ItemsExtension.ItemsElementType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static ItemsExtension.ItemsElementType[] ItemsExtension.ItemsElementType.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 ItemsExtension.ItemsElementType
ItemsExtension(ItemsExtension.ItemsElementType itemsType, java.lang.String nodeId, java.util.List<? extends org.jivesoftware.smack.packet.PacketExtension> items, java.lang.String attributeValue)
          Construct an instance with a list representing items that have been published or deleted.