Uses of Class
com.atlassian.confluence.api.model.content.FormattedBody
-
Packages that use FormattedBody Package Description com.atlassian.confluence.api.model.content -
-
Uses of FormattedBody in com.atlassian.confluence.api.model.content
Subclasses of FormattedBody in com.atlassian.confluence.api.model.content Modifier and Type Class Description classContentBodyContainer class to hold the various rendered representations of aContentbody.Methods in com.atlassian.confluence.api.model.content that return FormattedBody Modifier and Type Method Description abstract FormattedBodyFormattedBody.BaseFormattedBodyBuilder. build()FormattedBodyFormattedBody.FormattedBodyBuilder. build()Methods in com.atlassian.confluence.api.model.content that return types with arguments of type FormattedBody Modifier and Type Method Description Map<ContentRepresentation,FormattedBody>Space. getDescription()Map<ContentRepresentation,Reference<FormattedBody>>Space. getDescriptionRefs()Deprecated.Since 5.5.1 UseSpace.getDescription().Methods in com.atlassian.confluence.api.model.content with parameters of type FormattedBody Modifier and Type Method Description Space.SpaceBuilderSpace.SpaceBuilder. description(ContentRepresentation representation, FormattedBody formattedBody)Method parameters in com.atlassian.confluence.api.model.content with type arguments of type FormattedBody Modifier and Type Method Description Space.SpaceBuilderSpace.SpaceBuilder. description(ContentRepresentation representation, Reference<FormattedBody> formattedBody)Deprecated.Space.SpaceBuilderSpace.SpaceBuilder. description(Map<ContentRepresentation,FormattedBody> description)
-