Uses of Class
org.jivesoftware.smackx.amp.AMPDeliverCondition.Value
-
Packages that use AMPDeliverCondition.Value Package Description org.jivesoftware.smackx.amp Smack's API for XEP-0079: Advanced Message Processing. -
-
Uses of AMPDeliverCondition.Value in org.jivesoftware.smackx.amp
Methods in org.jivesoftware.smackx.amp that return AMPDeliverCondition.Value Modifier and Type Method Description static AMPDeliverCondition.Value
AMPDeliverCondition.Value. valueOf(java.lang.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.Constructors in org.jivesoftware.smackx.amp with parameters of type AMPDeliverCondition.Value Constructor Description AMPDeliverCondition(AMPDeliverCondition.Value value)
Create new amp deliver condition with value set to one of defined by XEP-0079.
-