Class LanguageSupport
- java.lang.Object
-
- rocks.xmpp.extensions.langtrans.model.items.LanguageSupport
-
public final class LanguageSupport extends Object
The implementation of the the<query/>
element in theurn:xmpp:langtrans:items
namespace.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
LanguageSupport.Item
The implementation of the the<item/>
element in theurn:xmpp:langtrans:items
namespace.
-
Constructor Summary
Constructors Constructor Description LanguageSupport()
Creates an empty query element.LanguageSupport(Collection<LanguageSupport.Item> items)
Creates an query element with items.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<LanguageSupport.Item>
getItems()
Gets the items, which hold language translation support details.
-
-
-
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.
-
-