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
Subclasses with type arguments of type RSMSet.PageDirection in org.jivesoftware.smackx.rsm.packetMethods in org.jivesoftware.smackx.rsm.packet that return RSMSet.PageDirectionModifier and TypeMethodDescriptionstatic RSMSet.PageDirectionReturns 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)