| java.lang.Object | |
| ↳ | com.atlassian.confluence.rss.FeedProperties |
Allows users to specify properties of the feed.
Used primarily by FeedBuilder
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| String | DEFAULT_FEED_TITLE | ||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
This constructor is deprecated.
Since 4.0. The showDiff parameter is ignored. Use
FeedProperties(String, String, boolean, boolean) instead.
| |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
A public feed is one that doesn't require authentication and doesn't include any privileged links (like "comment").
| |||||||||||
This method is deprecated.
Since 4.0. Diffs are no longer supported in RSS feeds.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
This constructor is deprecated.
Since 4.0. The showDiff parameter is ignored. Use FeedProperties(String, String, boolean, boolean) instead.
| title | the title. Uses DEFAULT_FEED_TITLE if none is specified. |
|---|---|
| description | required. |
| showContent | if the full content should be shown in the feed. |
| showDiff | if diffs of content changes should be shown in the feed. Since 4.0 this parameter is ignored. |
| publicFeed | if the feed is public. |
| title | the title. Uses DEFAULT_FEED_TITLE if none is specified. |
|---|---|
| description | required. |
| showContent | if the full content should be shown in the feed. |
| publicFeed | if the feed is public. |
A public feed is one that doesn't require authentication and doesn't include any privileged links (like "comment").
This method is deprecated.
Since 4.0. Diffs are no longer supported in RSS feeds.

