Uses of Class
com.atlassian.confluence.legacyapi.service.Expansions
-
Packages that use Expansions Package Description com.atlassian.confluence.legacyapi.service com.atlassian.confluence.ui.rest.builder -
-
Uses of Expansions in com.atlassian.confluence.legacyapi.service
Fields in com.atlassian.confluence.legacyapi.service declared as Expansions Modifier and Type Field Description static ExpansionsExpansions. EMPTYDeprecated.Methods in com.atlassian.confluence.legacyapi.service that return Expansions Modifier and Type Method Description ExpansionsExpansion. getSubExpansions()Deprecated.ExpansionsExpansions. getSubExpansions(String propertyName)Deprecated.ExpansionsExpansions. merge(Expansions expansions)Deprecated.Methods in com.atlassian.confluence.legacyapi.service with parameters of type Expansions Modifier and Type Method Description ExpansionsExpansions. merge(Expansions expansions)Deprecated.Constructors in com.atlassian.confluence.legacyapi.service with parameters of type Expansions Constructor Description Expansion(String propertyName, Expansions subExpansions)Deprecated. -
Uses of Expansions in com.atlassian.confluence.ui.rest.builder
Methods in com.atlassian.confluence.ui.rest.builder with parameters of type Expansions Modifier and Type Method Description ContentLegacyContentBuilder. buildFrom(ContentEntityObject entity, Expansions expansions)Deprecated.SpaceSummaryLegacySpaceSummaryBuilder. buildFrom(Space space, Expansions expansions)Deprecated.Map<ContentRepresentation,ContentBody>LegacyContentBodyBuilder. makeContentBodies(BodyContent bodyContent, Expansions expansions)Deprecated.
-