Klasse VersionedEntity

java.lang.Object
io.github.primelib.confluence4j.rest.v2.model.VersionedEntity

@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator") public class VersionedEntity extends Object
VersionedEntity
  • Felddetails

    • title

      protected String title
      Title of the entity.
    • id

      protected String id
      ID of the entity.
    • body

      protected BodyBulk body
  • Konstruktordetails

    • VersionedEntity

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

      @Internal public VersionedEntity(String title, String id, BodyBulk body)
      Constructs a validated instance of VersionedEntity.

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

      Parameter:
      title - Title of the entity.
      id - ID of the entity.
      body - body
    • VersionedEntity

      protected VersionedEntity()
  • Methodendetails