public final class LanguageSupport extends Object
<query/> element in the urn:xmpp:langtrans:items namespace.| Modifier and Type | Class and Description |
|---|---|
static class |
LanguageSupport.Item
The implementation of the the
<item/> element in the urn:xmpp:langtrans:items namespace. |
| Constructor and Description |
|---|
LanguageSupport()
Creates an empty query element.
|
LanguageSupport(Collection<LanguageSupport.Item> items)
Creates an query element with items.
|
| Modifier and Type | Method and Description |
|---|---|
List<LanguageSupport.Item> |
getItems()
Gets the items, which hold language translation support details.
|
public LanguageSupport()
public LanguageSupport(Collection<LanguageSupport.Item> items)
items - The items.public final List<LanguageSupport.Item> getItems()
Copyright © 2014–2016 XMPP.rocks. All rights reserved.