Uses of Class
org.jivesoftware.smackx.workgroup.settings.ChatSetting
-
Packages that use ChatSetting Package Description org.jivesoftware.smackx.workgroup.settings TODO describe me.org.jivesoftware.smackx.workgroup.user TODO describe me. -
-
Uses of ChatSetting in org.jivesoftware.smackx.workgroup.settings
Methods in org.jivesoftware.smackx.workgroup.settings that return ChatSetting Modifier and Type Method Description ChatSettingChatSettings. getChatSetting(java.lang.String key)ChatSettingChatSettings. getFirstEntry()Methods in org.jivesoftware.smackx.workgroup.settings that return types with arguments of type ChatSetting Modifier and Type Method Description java.util.Collection<ChatSetting>ChatSettings. getSettings()Methods in org.jivesoftware.smackx.workgroup.settings with parameters of type ChatSetting Modifier and Type Method Description voidChatSettings. addSetting(ChatSetting setting) -
Uses of ChatSetting in org.jivesoftware.smackx.workgroup.user
Methods in org.jivesoftware.smackx.workgroup.user that return ChatSetting Modifier and Type Method Description ChatSettingWorkgroup. getChatSetting(java.lang.String key)Returns a single chat setting based on it's identified key.
-