Uses of Class
com.atlassian.confluence.api.model.content.FormattedBody

Packages that use FormattedBody
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
 class ContentBody
           
 

Methods in com.atlassian.confluence.api.model.content that return types with arguments of type FormattedBody
 Map<ContentRepresentation,FormattedBody> Space.getDescription()
           
 Map<ContentRepresentation,Reference<FormattedBody>> Space.getDescriptionRefs()
          Deprecated. Since 5.5.1 Use Space.getDescription().
 

Methods in com.atlassian.confluence.api.model.content with parameters of type FormattedBody
 Space.SpaceBuilder Space.SpaceBuilder.description(ContentRepresentation representation, FormattedBody formattedBody)
           
 

Method parameters in com.atlassian.confluence.api.model.content with type arguments of type FormattedBody
 Space.SpaceBuilder Space.SpaceBuilder.description(ContentRepresentation representation, Reference<FormattedBody> formattedBody)
          Deprecated. since 5.6 use Space.SpaceBuilder.description(ContentRepresentation,FormattedBody)
 Space.SpaceBuilder Space.SpaceBuilder.description(Map<ContentRepresentation,FormattedBody> description)
           
 



Copyright © 2003–2015 Atlassian. All rights reserved.