Uses of Class
rocks.xmpp.extensions.amp.model.Rule.DeliveryMode
-
Packages that use Rule.DeliveryMode Package Description rocks.xmpp.extensions.amp.model Provides XML schema implementations of XEP-0079: Advanced Message Processing. -
-
Uses of Rule.DeliveryMode in rocks.xmpp.extensions.amp.model
Methods in rocks.xmpp.extensions.amp.model that return Rule.DeliveryMode Modifier and Type Method Description static Rule.DeliveryMode
Rule.DeliveryMode. valueOf(String name)
Returns the enum constant of this type with the specified name.static Rule.DeliveryMode[]
Rule.DeliveryMode. 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.DeliveryMode Modifier and Type Method Description static Rule
Rule. deliver(Rule.Action action, Rule.DeliveryMode value)
Creates the defined "deliver" rule.
-