Uses of Class
org.xwiki.rest.model.jaxb.Translations

Uses of Translations in org.xwiki.rest.model.jaxb
 

Fields in org.xwiki.rest.model.jaxb declared as Translations
protected  Translations PageSummary.translations
           
 

Methods in org.xwiki.rest.model.jaxb that return Translations
 Translations ObjectFactory.createTranslations()
          Create an instance of Translations
 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
 void PageSummary.setTranslations(Translations value)
          Sets the value of the translations property.
 Page Page.withTranslations(Translations value)
           
 PageSummary PageSummary.withTranslations(Translations value)
           
 



Copyright © 2004-2012 XWiki. All Rights Reserved.