| Package | Description |
|---|---|
| com.atlassian.confluence.it | |
| com.atlassian.confluence.it.content | |
| com.atlassian.confluence.it.feed |
| Constructor and Description |
|---|
Draft(User owner,
ContentType type,
String title,
Space space) |
Draft(User owner,
ContentType type,
String title,
String content,
Space space) |
| Modifier and Type | Method and Description |
|---|---|
static ContentType |
ContentType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ContentType[] |
ContentType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
ContentType[] |
FeedOptions.getBlogSubTypes() |
ContentType[] |
FeedOptions.getPageSubTypes() |
ContentType[] |
FeedOptions.getTypes() |
| Modifier and Type | Method and Description |
|---|---|
void |
FeedOptions.setBlogSubTypes(ContentType... blogSubTypes) |
void |
FeedOptions.setPageSubTypes(ContentType... pageSubTypes) |
void |
FeedOptions.setTypes(ContentType... types)
Set the types of content to include in the feed.
|
Copyright © 2003–2018 Atlassian. All rights reserved.