Uses of Class
org.jivesoftware.smackx.commands.AdHocCommandNote
-
Packages that use AdHocCommandNote Package Description org.jivesoftware.smackx.commands Smacks implementation of XEP-0050: Ad-Hoc Commands.org.jivesoftware.smackx.commands.packet Element classes for XEP-0050: Ad-Hoc Commands. -
-
Uses of AdHocCommandNote in org.jivesoftware.smackx.commands
Methods in org.jivesoftware.smackx.commands that return types with arguments of type AdHocCommandNote Modifier and Type Method Description List<AdHocCommandNote>AbstractAdHocCommand. getNotes()Returns the notes that the command has at the current stage. -
Uses of AdHocCommandNote in org.jivesoftware.smackx.commands.packet
Methods in org.jivesoftware.smackx.commands.packet that return types with arguments of type AdHocCommandNote Modifier and Type Method Description List<AdHocCommandNote>AdHocCommandData. getNotes()List<AdHocCommandNote>AdHocCommandDataBuilder. getNotes()List<AdHocCommandNote>AdHocCommandDataView. getNotes()Returns the list of notes that the command has.Methods in org.jivesoftware.smackx.commands.packet with parameters of type AdHocCommandNote Modifier and Type Method Description AdHocCommandDataBuilderAdHocCommandDataBuilder. addNote(AdHocCommandNote note)
-