public class FeedProperties extends Object
FeedBuilder| Modifier and Type | Field and Description |
|---|---|
static String |
DEFAULT_FEED_TITLE |
| Constructor and Description |
|---|
FeedProperties(String title,
String description,
boolean showContent,
boolean publicFeed) |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription() |
String |
getTitle() |
boolean |
isPublicFeed()
A public feed is one that doesn't require authentication and doesn't include any privileged links (like "comment").
|
boolean |
isShowContent() |
public static final String DEFAULT_FEED_TITLE
public FeedProperties(String title, String description, boolean showContent, boolean publicFeed)
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.Copyright © 2003–2020 Atlassian. All rights reserved.