Uses of Enum
org.jivesoftware.smackx.rsm.packet.RSMSet.PageDirection
Package
Description
Element classes of XEP-0059: Result Set Management.
-
Uses of RSMSet.PageDirection in org.jivesoftware.smackx.rsm.packet
Modifier and TypeMethodDescriptionstatic RSMSet.PageDirection
Returns the enum constant of this type with the specified name.static RSMSet.PageDirection[]
RSMSet.PageDirection.values()
Returns an array containing the constants of this enum type, in the order they are declared.ModifierConstructorDescriptionRSMSet
(int max, String item, RSMSet.PageDirection pageDirection) RSMSet
(String item, RSMSet.PageDirection pageDirection)