| java.lang.Object | |
| ↳ | com.atlassian.confluence.it.feed.FeedOptions |
Mutable object for setting options for use with the feed builder.
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Sets whether to use basic HTTP authentication for the feed.
| |||||||||||
Sets the labels to retrieve a feed for.
| |||||||||||
Sets the maximum number of entries in the feed.
| |||||||||||
Sets the type of feed to retrieve.
| |||||||||||
Sets whether to show full content in the feed or not.
| |||||||||||
Sets the sort order of the feed.
| |||||||||||
Set a list of spaces to return results from.
| |||||||||||
Sets the timespan of the feed in days.
| |||||||||||
Sets the title of the feed.
| |||||||||||
Set the types of content to include in the feed.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Sets whether to use basic HTTP authentication for the feed. Default is false.
Sets the labels to retrieve a feed for. Default is no labels, which means all entries are shown.
Sets the maximum number of entries in the feed. Default is 10.
Sets whether to show full content in the feed or not. Default is true.
Set a list of spaces to return results from. Default is all spaces.
Sets the timespan of the feed in days. Default is 5 days.
Sets the title of the feed. If blank or null title, uses the title generated by Confluence. Default value is blank (i.e. use the Confluence-generated title).
Set the types of content to include in the feed. Default is just PAGE.