Uses of Class
org.xwiki.rest.model.jaxb.HistorySummary
-
Packages that use HistorySummary Package Description org.xwiki.rest.model.jaxb -
-
Uses of HistorySummary in org.xwiki.rest.model.jaxb
Fields in org.xwiki.rest.model.jaxb with type parameters of type HistorySummary Modifier and Type Field Description protected List<HistorySummary>
History. historySummaries
Methods in org.xwiki.rest.model.jaxb that return types with arguments of type HistorySummary Modifier and Type Method Description List<HistorySummary>
History. getHistorySummaries()
Gets the value of the historySummaries property.Methods in org.xwiki.rest.model.jaxb with parameters of type HistorySummary Modifier and Type Method Description History
History. withHistorySummaries(HistorySummary... values)
Method parameters in org.xwiki.rest.model.jaxb with type arguments of type HistorySummary Modifier and Type Method Description History
History. withHistorySummaries(Collection<HistorySummary> values)
-