Class WikiToXhtmlConversionData
- java.lang.Object
-
- com.atlassian.confluence.tinymceplugin.rest.entities.WikiToXhtmlConversionData
-
@Immutable public class WikiToXhtmlConversionData extends Object
The data required to request conversion of wiki data to XHTML.
-
-
Constructor Summary
Constructors Constructor Description WikiToXhtmlConversionData()
WikiToXhtmlConversionData(String wiki, long entityId, String spaceKey, boolean suppressFirstParagraph, String contextType)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getContextType()
long
getEntityId()
String
getSpaceKey()
String
getWiki()
boolean
shouldSuppressFirstParagraph()
-