Uses of Enum
org.jivesoftware.smackx.mam.element.MamPrefsIQ.DefaultBehavior
Packages that use MamPrefsIQ.DefaultBehavior
Package
Description
XEP-0313: Message Archive Management.
Packet classes and interfaces for Message Archive Management (MAM) XEP-0313.
-
Uses of MamPrefsIQ.DefaultBehavior in org.jivesoftware.smackx.mam
Methods in org.jivesoftware.smackx.mam that return MamPrefsIQ.DefaultBehaviorMethods in org.jivesoftware.smackx.mam with parameters of type MamPrefsIQ.DefaultBehaviorModifier and TypeMethodDescriptionvoidMamManager.MamPrefs.setDefaultBehavior(MamPrefsIQ.DefaultBehavior defaultBehavior) MamManager.setDefaultBehavior(MamPrefsIQ.DefaultBehavior desiredDefaultBehavior) -
Uses of MamPrefsIQ.DefaultBehavior in org.jivesoftware.smackx.mam.element
Subclasses with type arguments of type MamPrefsIQ.DefaultBehavior in org.jivesoftware.smackx.mam.elementMethods in org.jivesoftware.smackx.mam.element that return MamPrefsIQ.DefaultBehaviorModifier and TypeMethodDescriptionMamPrefsIQ.getDefault()Get the default behavior.static MamPrefsIQ.DefaultBehaviorReturns the enum constant of this type with the specified name.static MamPrefsIQ.DefaultBehavior[]MamPrefsIQ.DefaultBehavior.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.jivesoftware.smackx.mam.element with parameters of type MamPrefsIQ.DefaultBehaviorModifier and TypeMethodDescriptionMamElementFactory.newPrefsIQ(List<Jid> alwaysJids, List<Jid> neverJids, MamPrefsIQ.DefaultBehavior defaultBehavior) Create a new MAM preferences IQ.Constructors in org.jivesoftware.smackx.mam.element with parameters of type MamPrefsIQ.DefaultBehaviorModifierConstructorDescriptionMamPrefsIQ(MamVersion version, List<Jid> alwaysJids, List<Jid> neverJids, MamPrefsIQ.DefaultBehavior defaultBehavior) MAM preferences IQ constructor.