Uses of Enum
org.jivesoftware.smackx.rsm.packet.RSMSet.PageDirection
Packages that use RSMSet.PageDirection
Package
Description
Element classes of XEP-0059: Result Set Management.
-
Uses of RSMSet.PageDirection in org.jivesoftware.smackx.rsm.packet
Methods in org.jivesoftware.smackx.rsm.packet that return RSMSet.PageDirectionModifier 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.Constructors in org.jivesoftware.smackx.rsm.packet with parameters of type RSMSet.PageDirectionModifierConstructorDescriptionRSMSet
(int max, String item, RSMSet.PageDirection pageDirection) RSMSet
(String item, RSMSet.PageDirection pageDirection)