Package | Description |
---|---|
org.jivesoftware.smackx.amp |
Modifier and Type | Method and Description |
---|---|
static AMPDeliverCondition.Value |
AMPDeliverCondition.Value.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AMPDeliverCondition.Value[] |
AMPDeliverCondition.Value.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
AMPDeliverCondition(AMPDeliverCondition.Value value)
Create new amp deliver condition with value setted to one of defined by XEP-0079.
|