Uses of Enum Class
tigase.server.rtbl.RTBLRepository.Action
Packages that use RTBLRepository.Action
-
Uses of RTBLRepository.Action in tigase.server.rtbl
Methods in tigase.server.rtbl that return RTBLRepository.ActionModifier and TypeMethodDescriptionRTBLRepository.RTBLChange.getAction()
static RTBLRepository.Action
Returns the enum constant of this class with the specified name.static RTBLRepository.Action[]
RTBLRepository.Action.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in tigase.server.rtbl with parameters of type RTBLRepository.ActionModifier and TypeMethodDescriptionvoid
RTBLRepository.RTBLChange.setAction
(RTBLRepository.Action action) void
RTBLRepository.update
(BareJID pubsubJid, String node, RTBLRepository.Action action, String id) Constructors in tigase.server.rtbl with parameters of type RTBLRepository.ActionModifierConstructorDescriptionRTBLChange
(BareJID jid, String node, RTBLRepository.Action action, String id)