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 class
ContentBody
Container class to hold the various rendered representations of aContent
body.Methods in com.atlassian.confluence.api.model.content that return FormattedBody Modifier and Type Method Description abstract FormattedBody
FormattedBody.BaseFormattedBodyBuilder. build()
FormattedBody
FormattedBody.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.SpaceBuilder
Space.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.SpaceBuilder
Space.SpaceBuilder. description(ContentRepresentation representation, Reference<FormattedBody> formattedBody)
Deprecated.Space.SpaceBuilder
Space.SpaceBuilder. description(Map<ContentRepresentation,FormattedBody> description)
-