| 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(java.lang.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,
java.lang.String item,
RSMSet.PageDirection pageDirection) |
RSMSet(java.lang.String item,
RSMSet.PageDirection pageDirection) |