| Package | Description |
|---|---|
| abs.ixi.client.xmpp.packet |
| Modifier and Type | Method and Description |
|---|---|
IQ.IQType |
IQ.getType() |
static IQ.IQType |
IQ.IQType.valueFrom(String val) |
static IQ.IQType |
IQ.IQType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IQ.IQType[] |
IQ.IQType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
IQ.setType(IQ.IQType type) |
| Constructor and Description |
|---|
IQ(IQ.IQType type) |
IQ(String id,
IQ.IQType type) |
IQ(String id,
IQ.IQType type,
IQContent content) |
Copyright © 2019. All rights reserved.