Uses of Class
org.jivesoftware.smackx.amp.AMPMatchResourceCondition.Value
-
Packages that use AMPMatchResourceCondition.Value Package Description org.jivesoftware.smackx.amp Smack's API for XEP-0079: Advanced Message Processing. -
-
Uses of AMPMatchResourceCondition.Value in org.jivesoftware.smackx.amp
Methods in org.jivesoftware.smackx.amp that return AMPMatchResourceCondition.Value Modifier and Type Method Description static AMPMatchResourceCondition.Value
AMPMatchResourceCondition.Value. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static AMPMatchResourceCondition.Value[]
AMPMatchResourceCondition.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 AMPMatchResourceCondition.Value Constructor Description AMPMatchResourceCondition(AMPMatchResourceCondition.Value value)
Create new amp match-resource condition with value set to one of defined by XEP-0079.
-