Uses of Class
rocks.xmpp.extensions.amp.model.Rule.MatchResource
-
Packages that use Rule.MatchResource Package Description rocks.xmpp.extensions.amp.model Provides XML schema implementations of XEP-0079: Advanced Message Processing. -
-
Uses of Rule.MatchResource in rocks.xmpp.extensions.amp.model
Methods in rocks.xmpp.extensions.amp.model that return Rule.MatchResource Modifier and Type Method Description static Rule.MatchResource
Rule.MatchResource. valueOf(String name)
Returns the enum constant of this type with the specified name.static Rule.MatchResource[]
Rule.MatchResource. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in rocks.xmpp.extensions.amp.model with parameters of type Rule.MatchResource Modifier and Type Method Description static Rule
Rule. matchResource(Rule.Action action, Rule.MatchResource value)
Creates the defined "match-resource" rule.
-