Package | Description |
---|---|
org.jivesoftware.smackx.rsm.packet |
Element classes of XEP-0059: Result Set Management.
|
Modifier and Type | Method and 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.
|
Constructor and Description |
---|
RSMSet(int max,
String item,
RSMSet.PageDirection pageDirection) |
RSMSet(String item,
RSMSet.PageDirection pageDirection) |