com.atlassian.confluence.tinymceplugin.rest.entities
Class PreviewMacroRequest

java.lang.Object
  extended by com.atlassian.confluence.tinymceplugin.rest.entities.PreviewMacroRequest

public class PreviewMacroRequest
extends java.lang.Object


Constructor Summary
PreviewMacroRequest()
           
 
Method Summary
 java.lang.Long getContentId()
           
 Macro getMacro()
           
 void setContentId(java.lang.Long contentId)
           
 void setMacro(Macro macro)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PreviewMacroRequest

public PreviewMacroRequest()
Method Detail

getContentId

public java.lang.Long getContentId()

setContentId

public void setContentId(java.lang.Long contentId)

getMacro

public Macro getMacro()

setMacro

public void setMacro(Macro macro)


Copyright © 2003-2014 Atlassian. All Rights Reserved.