Package | Description |
---|---|
org.jivesoftware.smackx.pubsub |
Modifier and Type | Method and Description |
---|---|
static PresenceState |
PresenceState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PresenceState[] |
PresenceState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
List<PresenceState> |
SubscribeForm.getShowValues()
Gets the
PresenceState for which an entity wants to receive
notifications. |
Modifier and Type | Method and Description |
---|---|
void |
SubscribeForm.setShowValues(Collection<PresenceState> stateValues)
Sets the list of
PresenceState for which an entity wants
to receive notifications. |