Class MacroInstance
java.lang.Object
io.github.primelib.confluence4j.rest.v1.models.MacroInstance
MacroInstance
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructs a validated instance ofMacroInstance.MacroInstance(Consumer<MacroInstance> spec) Constructs a validated instance ofMacroInstance. -
Method Summary
-
Field Details
-
name
-
body
-
parameters
-
Links
-
-
Constructor Details
-
MacroInstance
Constructs a validated instance ofMacroInstance.- Parameters:
spec- the specification to process
-
MacroInstance
@Internal public MacroInstance(String name, String body, Object parameters, Map<String, Object> Links) Constructs a validated instance ofMacroInstance.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
MacroInstance(Consumer)instead.- Parameters:
name- namebody- bodyparameters- parametersLinks- Links
-
MacroInstance
protected MacroInstance()
-
-
Method Details