Uses of Class
org.xwiki.rest.model.jaxb.Translations
-
Packages that use Translations Package Description org.xwiki.rest.model.jaxb -
-
Uses of Translations in org.xwiki.rest.model.jaxb
Fields in org.xwiki.rest.model.jaxb declared as Translations Modifier and Type Field Description protected Translations
PageSummary. translations
Methods in org.xwiki.rest.model.jaxb that return Translations Modifier and Type Method Description Translations
ObjectFactory. createTranslations()
Create an instance ofTranslations
Translations
PageSummary. getTranslations()
Gets the value of the translations property.Translations
Translations. withDefault(String value)
Translations
Translations. withLinks(Collection<Link> values)
Translations
Translations. withLinks(Link... values)
Translations
Translations. withTranslations(Collection<Translation> values)
Translations
Translations. withTranslations(Translation... values)
Methods in org.xwiki.rest.model.jaxb with parameters of type Translations Modifier and Type Method Description void
PageSummary. setTranslations(Translations value)
Sets the value of the translations property.Page
Page. withTranslations(Translations value)
PageSummary
PageSummary. withTranslations(Translations value)
-