Class CollectionProperty
- java.lang.Object
-
- com.atlassian.confluence.importexport.xmlimport.model.ImportedProperty
-
- com.atlassian.confluence.importexport.xmlimport.model.CollectionProperty
-
@Deprecated public class CollectionProperty extends ImportedProperty
Deprecated.since 7.17.0.
-
-
Constructor Summary
Constructors Constructor Description CollectionProperty(String name, Collection<ImportedProperty> values)
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description Collection<ImportedProperty>
getValues()
Deprecated.-
Methods inherited from class com.atlassian.confluence.importexport.xmlimport.model.ImportedProperty
equals, getName, hashCode, toString
-
-
-
-
Constructor Detail
-
CollectionProperty
public CollectionProperty(String name, Collection<ImportedProperty> values)
Deprecated.
-
-
Method Detail
-
getValues
public Collection<ImportedProperty> getValues()
Deprecated.
-
-