Class Expansion
- java.lang.Object
-
- com.atlassian.confluence.legacyapi.service.Expansion
-
@Deprecated public class Expansion extends Object
Deprecated.since 7.0.1 , useExpansion
-
-
Constructor Summary
Constructors Constructor Description Expansion(String propertyName)
Deprecated.Expansion(String propertyName, Expansions subExpansions)
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description String
getPropertyName()
Deprecated.Expansions
getSubExpansions()
Deprecated.
-
-
-
Constructor Detail
-
Expansion
public Expansion(String propertyName)
Deprecated.
-
Expansion
public Expansion(String propertyName, Expansions subExpansions)
Deprecated.
-
-
Method Detail
-
getPropertyName
public String getPropertyName()
Deprecated.
-
getSubExpansions
public Expansions getSubExpansions()
Deprecated.
-
-