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. translationsMethods in org.xwiki.rest.model.jaxb that return Translation Modifier and Type Method Description TranslationObjectFactory. createTranslation()Create an instance ofTranslationTranslationTranslation. withLanguage(String value)TranslationTranslation. withLinks(Collection<Link> values)TranslationTranslation. 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 TranslationsTranslations. withTranslations(Translation... values)Method parameters in org.xwiki.rest.model.jaxb with type arguments of type Translation Modifier and Type Method Description TranslationsTranslations. withTranslations(Collection<Translation> values)
-