Uses of Class
com.atlassian.confluence.it.content.ContentType
-
Packages that use ContentType Package Description com.atlassian.confluence.it com.atlassian.confluence.it.content com.atlassian.confluence.it.feed -
-
Uses of ContentType in com.atlassian.confluence.it
Constructors in com.atlassian.confluence.it with parameters of type ContentType Constructor Description Draft(User owner, ContentType type, String title, Space space)
Draft(User owner, ContentType type, String title, String content, Space space)
-
Uses of ContentType in com.atlassian.confluence.it.content
Methods in com.atlassian.confluence.it.content that return ContentType Modifier and Type Method 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. -
Uses of ContentType in com.atlassian.confluence.it.feed
Methods in com.atlassian.confluence.it.feed that return ContentType Modifier and Type Method Description ContentType[]
FeedOptions. getBlogSubTypes()
ContentType[]
FeedOptions. getPageSubTypes()
ContentType[]
FeedOptions. getTypes()
Methods in com.atlassian.confluence.it.feed with parameters of type ContentType Modifier and Type Method 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.
-