Class LanguageSupport


  • public final class LanguageSupport
    extends Object
    The implementation of the the <query/> element in the urn:xmpp:langtrans:items namespace.
    • Constructor Detail

      • LanguageSupport

        public LanguageSupport()
        Creates an empty query element.
      • LanguageSupport

        public LanguageSupport​(Collection<LanguageSupport.Item> items)
        Creates an query element with items.
        Parameters:
        items - The items.
    • Method Detail

      • getItems

        public final List<LanguageSupport.Item> getItems()
        Gets the items, which hold language translation support details.
        Returns:
        The items.