Class Expansion
java.lang.Object
com.atlassian.confluence.api.model.Expansion
- Direct Known Subclasses:
- GraphQLQueryExpansion
Represents a property on a model object and the sub-properties of that property that
 should be filled in by the service when returning the model object.  This allows the
 service to only provide as much information in the model as required by the requester.
 
 Use the 
 to produce expansions
 from dot delimited strings.invalid reference
com.atlassian.confluence.rest.api.model.ExpansionsParser
- 
Constructor Details- 
Expansion
- 
Expansion
 
- 
- 
Method Details- 
getPropertyName
- 
getSubExpansions
- 
combineCreates an Expansion made up of the given parts. e.g calling combine("a", "b", "c") will return an Expansion for "a.b.c"
- 
toString
- 
equals
- 
hashCodepublic int hashCode()
 
-