Uses of Class
com.atlassian.confluence.content.ContentProperty
-
Packages that use ContentProperty Package Description com.atlassian.confluence.content -
-
Uses of ContentProperty in com.atlassian.confluence.content
Methods in com.atlassian.confluence.content that return types with arguments of type ContentProperty Modifier and Type Method Description List<ContentProperty>
ContentProperties. asList()
You shouldn't use this directly, content properties should be managed by theContentEntityObject
.Constructors in com.atlassian.confluence.content with parameters of type ContentProperty Constructor Description ContentProperty(ContentProperty contentProperty)
Copy constructor.Constructor parameters in com.atlassian.confluence.content with type arguments of type ContentProperty Constructor Description ContentProperties(List<ContentProperty> properties)
You shouldn't use this directly, content properties should be managed by theContentEntityObject
.
-