Package | Description |
---|---|
com.atlassian.confluence.api.model.content |
Modifier and Type | Class and Description |
---|---|
class |
ContentBody
Container class to hold the various rendered representations of a
Content body. |
Modifier and Type | Method and Description |
---|---|
FormattedBody |
FormattedBody.FormattedBodyBuilder.build() |
abstract FormattedBody |
FormattedBody.BaseFormattedBodyBuilder.build() |
Modifier and Type | Method and Description |
---|---|
Map<ContentRepresentation,FormattedBody> |
Space.getDescription() |
Map<ContentRepresentation,Reference<FormattedBody>> |
Space.getDescriptionRefs()
Deprecated.
Since 5.5.1 Use
Space.getDescription() . |
Modifier and Type | Method and Description |
---|---|
Space.SpaceBuilder |
Space.SpaceBuilder.description(ContentRepresentation representation,
FormattedBody formattedBody) |
Modifier and Type | Method and Description |
---|---|
Space.SpaceBuilder |
Space.SpaceBuilder.description(ContentRepresentation representation,
Reference<FormattedBody> formattedBody)
Deprecated.
|
Space.SpaceBuilder |
Space.SpaceBuilder.description(Map<ContentRepresentation,FormattedBody> description) |
Copyright © 2003–2021 Atlassian. All rights reserved.