Uses of Class
org.xwiki.rest.model.jaxb.PageSummary
-
Packages that use PageSummary Package Description org.xwiki.rest.model.jaxb -
-
Uses of PageSummary in org.xwiki.rest.model.jaxb
Subclasses of PageSummary in org.xwiki.rest.model.jaxb Modifier and Type Class Description class
Page
Java class for Page complex type.Fields in org.xwiki.rest.model.jaxb with type parameters of type PageSummary Modifier and Type Field Description protected List<PageSummary>
Pages. pageSummaries
Methods in org.xwiki.rest.model.jaxb that return types with arguments of type PageSummary Modifier and Type Method Description List<PageSummary>
Pages. getPageSummaries()
Gets the value of the pageSummaries property.Methods in org.xwiki.rest.model.jaxb with parameters of type PageSummary Modifier and Type Method Description Pages
Pages. withPageSummaries(PageSummary... values)
Method parameters in org.xwiki.rest.model.jaxb with type arguments of type PageSummary Modifier and Type Method Description Pages
Pages. withPageSummaries(Collection<PageSummary> values)
-