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

Packages that use Translations
org.xwiki.rest.model.jaxb   
 

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.
 PageSummary PageSummary.withTranslations(Translations value)
           
 Page Page.withTranslations(Translations value)
           
 



Copyright © 2004-2013 XWiki. All Rights Reserved.