Klasse MacroInstance
java.lang.Object
io.github.primelib.confluence4j.rest.v1.model.MacroInstance
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class MacroInstance
extends Object
MacroInstance
-
Verschachtelte Klassen - Übersicht
Verschachtelte Klassen -
Feldübersicht
Felder -
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotectedConstructs a validated instance ofMacroInstance.MacroInstance(Consumer<MacroInstance> spec) Constructs a validated instance ofMacroInstance. -
Methodenübersicht
-
Felddetails
-
name
-
body
-
parameters
-
_links
-
-
Konstruktordetails
-
MacroInstance
Constructs a validated instance ofMacroInstance.- Parameter:
spec- the specification to process
-
MacroInstance
@Internal public MacroInstance(String name, String body, Object parameters, Map<String, String> _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.- Parameter:
name- namebody- bodyparameters- parameters_links- _links
-
MacroInstance
protected MacroInstance()
-
-
Methodendetails
-
builder
-
name
-
body
-
parameters
-
_links
-
name
- Gibt zurück:
this.
-
body
- Gibt zurück:
this.
-
parameters
- Gibt zurück:
this.
-
_links
- Gibt zurück:
this.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-