Class RelationData
java.lang.Object
io.github.primelib.confluence4j.rest.v1.models.RelationData
RelationData
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedRelationData(Consumer<RelationData> spec) Constructs a validated instance ofRelationData.Constructs a validated instance ofRelationData. -
Method Summary
Modifier and TypeMethodDescriptionprotected booleancreatedDate(Instant createdDate) booleanfriendlyCreatedDate(String friendlyCreatedDate) inthashCode()toString()
-
Field Details
-
createdBy
-
createdDate
-
friendlyCreatedDate
-
-
Constructor Details
-
RelationData
Constructs a validated instance ofRelationData.- Parameters:
spec- the specification to process
-
RelationData
@Internal public RelationData(Map<String, Object> createdBy, Instant createdDate, String friendlyCreatedDate) Constructs a validated instance ofRelationData.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
RelationData(Consumer)instead.- Parameters:
createdBy- createdBycreatedDate- createdDatefriendlyCreatedDate- friendlyCreatedDate
-
RelationData
protected RelationData()
-
-
Method Details