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

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

Fields in org.xwiki.rest.model.jaxb with type parameters of type Translation
protected  java.util.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(java.lang.String value)
           
 Translation Translation.withLinks(java.util.Collection<Link> values)
           
 Translation Translation.withLinks(Link... values)
           
 

Methods in org.xwiki.rest.model.jaxb that return types with arguments of type Translation
 java.util.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(java.util.Collection<Translation> values)
           
 



Copyright © 2004-2010 XWiki. All Rights Reserved.