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 class
MacroInstance.MacroBuilder
CreatesHistory
instances.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static MacroInstance.MacroBuilder
builder()
boolean
equals(Object o)
String
getBody()
String
getName()
Map<String,MacroParameterInstance>
getParameters()
int
hashCode()
-
-
-
Method Detail
-
builder
public static MacroInstance.MacroBuilder builder()
-
getName
public String getName()
-
getBody
public String getBody()
-
getParameters
public Map<String,MacroParameterInstance> getParameters()
-
-