Uses of Class
org.xwiki.rest.model.jaxb.Translation
-
Packages that use Translation Package Description org.xwiki.rest.model.jaxb -
-
Uses of Translation in org.xwiki.rest.model.jaxb
Fields in org.xwiki.rest.model.jaxb with type parameters of type Translation Modifier and Type Field Description protected List<Translation>
Translations. translations
Methods in org.xwiki.rest.model.jaxb that return Translation Modifier and Type Method Description Translation
ObjectFactory. createTranslation()
Create an instance ofTranslation
Translation
Translation. withLanguage(String value)
Translation
Translation. withLinks(Collection<Link> values)
Translation
Translation. withLinks(Link... values)
Methods in org.xwiki.rest.model.jaxb that return types with arguments of type Translation Modifier and Type Method Description List<Translation>
Translations. getTranslations()
Gets the value of the translations property.Methods in org.xwiki.rest.model.jaxb with parameters of type Translation Modifier and Type Method Description Translations
Translations. withTranslations(Translation... values)
Method parameters in org.xwiki.rest.model.jaxb with type arguments of type Translation Modifier and Type Method Description Translations
Translations. withTranslations(Collection<Translation> values)
-