Class MacroInstance
- java.lang.Object
 - 
- com.atlassian.confluence.api.model.content.MacroInstance
 
 
- 
public class MacroInstance extends Object
Represents an instance of a Macro in a piece of Content. 
- 
- 
Nested Class Summary
Nested Classes Modifier and Type Class Description static classMacroInstance.MacroBuilderCreatesHistoryinstances. 
- 
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static MacroInstance.MacroBuilderbuilder()booleanequals(Object o)StringgetBody()StringgetName()Map<String,MacroParameterInstance>getParameters()inthashCode() 
 - 
 
- 
- 
Method Detail
- 
builder
public static MacroInstance.MacroBuilder builder()
 
- 
getName
public String getName()
 
- 
getBody
public String getBody()
 
- 
getParameters
public Map<String,MacroParameterInstance> getParameters()
 
 - 
 
 -