Uses of Class
org.jivesoftware.openfire.OfflineMessageStrategy.Type
-
Packages that use OfflineMessageStrategy.Type Package Description org.jivesoftware.openfire -
-
Uses of OfflineMessageStrategy.Type in org.jivesoftware.openfire
Methods in org.jivesoftware.openfire that return OfflineMessageStrategy.Type Modifier and Type Method Description OfflineMessageStrategy.Type
OfflineMessageStrategy. getType()
static OfflineMessageStrategy.Type
OfflineMessageStrategy.Type. valueOf(String name)
Returns the enum constant of this type with the specified name.static OfflineMessageStrategy.Type[]
OfflineMessageStrategy.Type. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.jivesoftware.openfire with parameters of type OfflineMessageStrategy.Type Modifier and Type Method Description void
OfflineMessageStrategy. setType(OfflineMessageStrategy.Type type)
-