Package | Description |
---|---|
org.jivesoftware.smackx.pubsub |
Modifier and Type | Method and Description |
---|---|
ItemReply |
ConfigureForm.getItemReply()
Determines who should get replies to items
|
static ItemReply |
ItemReply.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ItemReply[] |
ItemReply.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
ConfigureForm.setItemReply(ItemReply reply)
Sets who should get the replies to items
|