Class UnmarshalMacroRequest
- java.lang.Object
-
- com.atlassian.confluence.tinymceplugin.rest.entities.UnmarshalMacroRequest
-
public class UnmarshalMacroRequest extends Object
-
-
Constructor Summary
Constructors Constructor Description UnmarshalMacroRequest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Long
getContentId()
String
getMacroHtml()
void
setContentId(Long contentId)
void
setMacroHtml(String macroHtml)
-