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

Packages that use Translation
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
protected  List<Translation> Translations.translations
           
 

Methods in org.xwiki.rest.model.jaxb that return Translation
 Translation ObjectFactory.createTranslation()
          Create an instance of Translation
 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
 List<Translation> Translations.getTranslations()
          Gets the value of the translations property.
 

Methods in org.xwiki.rest.model.jaxb with parameters of type Translation
 Translations Translations.withTranslations(Translation... values)
           
 

Method parameters in org.xwiki.rest.model.jaxb with type arguments of type Translation
 Translations Translations.withTranslations(Collection<Translation> values)
           
 



Copyright © 2004-2013 XWiki. All Rights Reserved.