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

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

Fields in org.xwiki.rest.model.jaxb with type parameters of type HistorySummary
protected  java.util.List<HistorySummary> History.historySummaries
           
 

Methods in org.xwiki.rest.model.jaxb that return HistorySummary
 HistorySummary ObjectFactory.createHistorySummary()
          Create an instance of HistorySummary
 HistorySummary HistorySummary.withLanguage(java.lang.String value)
           
 HistorySummary HistorySummary.withLinks(java.util.Collection<Link> values)
           
 HistorySummary HistorySummary.withLinks(Link... values)
           
 HistorySummary HistorySummary.withMajorVersion(int value)
           
 HistorySummary HistorySummary.withMinorVersion(int value)
           
 HistorySummary HistorySummary.withModified(java.util.Calendar value)
           
 HistorySummary HistorySummary.withModifier(java.lang.String value)
           
 HistorySummary HistorySummary.withName(java.lang.String value)
           
 HistorySummary HistorySummary.withPageId(java.lang.String value)
           
 HistorySummary HistorySummary.withSpace(java.lang.String value)
           
 HistorySummary HistorySummary.withVersion(java.lang.String value)
           
 HistorySummary HistorySummary.withWiki(java.lang.String value)
           
 

Methods in org.xwiki.rest.model.jaxb that return types with arguments of type HistorySummary
 java.util.List<HistorySummary> History.getHistorySummaries()
          Gets the value of the historySummaries property.
 

Methods in org.xwiki.rest.model.jaxb with parameters of type HistorySummary
 History History.withHistorySummaries(HistorySummary... values)
           
 

Method parameters in org.xwiki.rest.model.jaxb with type arguments of type HistorySummary
 History History.withHistorySummaries(java.util.Collection<HistorySummary> values)
           
 



Copyright © 2004-2010 XWiki. All Rights Reserved.