java.lang.Object
io.github.primelib.confluence4j.rest.v1.models.RelationData

@Generated("io.github.primelib.primecodegen") public class RelationData extends Object
RelationData
  • Field Details

    • createdBy

      protected Map<String,Object> createdBy
    • createdDate

      protected Instant createdDate
    • friendlyCreatedDate

      protected String friendlyCreatedDate
  • Constructor Details

    • RelationData

      public RelationData(Consumer<RelationData> spec)
      Constructs a validated instance of RelationData.
      Parameters:
      spec - the specification to process
    • RelationData

      @Internal public RelationData(Map<String,Object> createdBy, Instant createdDate, String friendlyCreatedDate)
      Constructs a validated instance of RelationData.

      NOTE: This constructor is not considered stable and may change if the model is updated. Consider using RelationData(Consumer) instead.

      Parameters:
      createdBy - createdBy
      createdDate - createdDate
      friendlyCreatedDate - friendlyCreatedDate
    • RelationData

      protected RelationData()
  • Method Details