Klasse Relation
java.lang.Object
io.github.primelib.confluence4j.rest.v1.model.Relation
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class Relation
extends Object
Relation
-
Verschachtelte Klassen - Übersicht
Verschachtelte Klassen -
Feldübersicht
FelderModifizierer und TypFeldBeschreibungprotected RelationExpandableprotected Stringprotected RelationDataprotected RelationSourceprotected RelationSource -
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotectedRelation()Relation(String name, RelationData relationData, RelationSource source, RelationSource target, RelationExpandable _expandable, Map<String, String> _links) Constructs a validated instance ofRelation.Constructs a validated instance ofRelation. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibung_expandable(RelationExpandable _expandable) _links()static Relation.RelationBuilderbuilder()protected booleanbooleaninthashCode()name()relationData(RelationData relationData) source()source(RelationSource source) target()target(RelationSource target) toString()
-
Felddetails
-
name
-
relationData
-
source
-
target
-
_expandable
-
_links
-
-
Konstruktordetails
-
Relation
Constructs a validated instance ofRelation.- Parameter:
spec- the specification to process
-
Relation
@Internal public Relation(String name, RelationData relationData, RelationSource source, RelationSource target, RelationExpandable _expandable, Map<String, String> _links) Constructs a validated instance ofRelation.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
Relation(Consumer)instead.- Parameter:
name- namerelationData- relationDatasource- sourcetarget- target_expandable- _expandable_links- _links
-
Relation
protected Relation()
-
-
Methodendetails
-
builder
-
name
-
relationData
-
source
-
target
-
_expandable
-
_links
-
name
- Gibt zurück:
this.
-
relationData
- Gibt zurück:
this.
-
source
- Gibt zurück:
this.
-
target
- Gibt zurück:
this.
-
_expandable
- Gibt zurück:
this.
-
_links
- Gibt zurück:
this.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-