Uses of Class
org.jivesoftware.smackx.rsm.packet.RSMSet.PageDirection
-
Packages that use RSMSet.PageDirection Package Description org.jivesoftware.smackx.rsm.packet 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.PageDirection Modifier and Type Method Description static RSMSet.PageDirection
RSMSet.PageDirection. valueOf(String name)
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.PageDirection Constructor Description RSMSet(int max, String item, RSMSet.PageDirection pageDirection)
RSMSet(String item, RSMSet.PageDirection pageDirection)
-