Uses of Enum Class
tigase.server.Command.DataType
Packages that use Command.DataType
Package
Description
The main package with top level API for server side components.
-
Uses of Command.DataType in tigase.component.adhoc
Methods in tigase.component.adhoc with parameters of type Command.DataTypeModifier and TypeMethodDescriptionAdHocResponse.addDataForm
(Command.DataType dataType) AdHocResponse.addDataForm
(Command.DataType dataType, Consumer<Element> consumer) -
Uses of Command.DataType in tigase.server
Methods in tigase.server that return Command.DataTypeModifier and TypeMethodDescriptionstatic Command.DataType
Returns the enum constant of this class with the specified name.static Command.DataType[]
Command.DataType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in tigase.server with parameters of type Command.DataTypeModifier and TypeMethodDescriptionCommand.Builder.addDataForm
(Command.DataType type) static Element
DataForm.addDataForm
(Element el, Command.DataType data_type) Iq.commandResult
(Command.DataType cmd_type) protected static Element
Command.createCommandEl
(String node, Command.DataType data_type) static Element
DataForm.createDataForm
(Command.DataType data_type) static Element
Command.createIqCommand
(JID from, JID to, StanzaType type, String id, String node, Command.DataType data_type) Command.getPacket
(JID from, JID to, StanzaType type, String id, Command.DataType data_type) Method returns instance of a Packet with command element added.Constructors in tigase.server with parameters of type Command.DataTypeModifierConstructorDescriptionBuilder
(Command.DataType type) Builder
(Element parent, Command.DataType type)