Uses of Enum
org.jivesoftware.smackx.pubsub.ItemsExtension.ItemsElementType
-
Uses of ItemsExtension.ItemsElementType in org.jivesoftware.smackx.pubsub
Modifier and TypeMethodDescriptionItemsExtension.getItemsElementType()
Get the type of element.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.ModifierConstructorDescriptionItemsExtension
(ItemsExtension.ItemsElementType itemsType, String nodeId, List<? extends NamedElement> items) Construct an instance with a list representing items that have been published or deleted.