Uses of Class
tigase.server.Command.DataType
-
Packages that use Command.DataType Package Description tigase.component.adhoc tigase.server 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.DataType Modifier and Type Method Description ElementAdHocResponse. addDataForm(Command.DataType dataType)ElementAdHocResponse. addDataForm(Command.DataType dataType, java.util.function.Consumer<Element> consumer) -
Uses of Command.DataType in tigase.server
Methods in tigase.server that return Command.DataType Modifier and Type Method Description static Command.DataTypeCommand.DataType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static Command.DataType[]Command.DataType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in tigase.server with parameters of type Command.DataType Modifier and Type Method Description DataForm.BuilderCommand.Builder. addDataForm(Command.DataType type)static ElementDataForm. addDataForm(Element el, Command.DataType data_type)PacketIq. commandResult(Command.DataType cmd_type)protected static ElementCommand. createCommandEl(java.lang.String node, Command.DataType data_type)static ElementDataForm. createDataForm(Command.DataType data_type)static ElementCommand. createIqCommand(JID from, JID to, StanzaType type, java.lang.String id, java.lang.String node, Command.DataType data_type)PacketCommand. getPacket(JID from, JID to, StanzaType type, java.lang.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.DataType Constructor Description Builder(Command.DataType type)Builder(Element parent, Command.DataType type)
-