| Package | Description |
|---|---|
| org.xmpp.packet |
| Modifier and Type | Method and Description |
|---|---|
Presence.Type |
Presence.getType()
Returns the type of this presence.
|
static Presence.Type |
Presence.Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Presence.Type[] |
Presence.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Presence.setType(Presence.Type type)
Sets the type of this presence.
|
| Constructor and Description |
|---|
Presence(Presence.Type type)
Constructs a new Presence with the specified type.
|
Copyright © 2009–2017 Ignite Realtime. All rights reserved.