public final class LanguageSupport
extends java.lang.Object
The implementation of the the <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(java.util.Collection<LanguageSupport.Item> items)
Creates an query element with items.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<LanguageSupport.Item> |
getItems()
Gets the items, which hold language translation support details.
|
public LanguageSupport()
Creates an empty query element.
public LanguageSupport(java.util.Collection<LanguageSupport.Item> items)
Creates an query element with items.
items - The items.public final java.util.List<LanguageSupport.Item> getItems()
Gets the items, which hold language translation support details.
Copyright © 2014–2019 XMPP.rocks. All rights reserved.