Klasse BlogPostVersion

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

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

    • createdAt

      protected OffsetDateTime createdAt
      Date and time when the version was created. In format "YYYY-MM-DDTHH:mm:ss.sssZ".
    • message

      protected String message
      Message associated with the current version.
    • number

      protected Integer number
      The version number.
    • minorEdit

      protected Boolean minorEdit
      Describes if this version is a minor version. Email notifications and activity stream updates are not created for minor versions.
    • authorId

      protected String authorId
      The account ID of the user who created this version.
    • blogpost

      protected VersionedEntity blogpost
  • Konstruktordetails

    • BlogPostVersion

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

      @Internal public BlogPostVersion(OffsetDateTime createdAt, String message, Integer number, Boolean minorEdit, String authorId, VersionedEntity blogpost)
      Constructs a validated instance of BlogPostVersion.

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

      Parameter:
      createdAt - Date and time when the version was created. In format "YYYY-MM-DDTHH:mm:ss.sssZ".
      message - Message associated with the current version.
      number - The version number.
      minorEdit - Describes if this version is a minor version. Email notifications and activity stream updates are not created for minor versions.
      authorId - The account ID of the user who created this version.
      blogpost - blogpost
    • BlogPostVersion

      protected BlogPostVersion()
  • Methodendetails

    • builder

      public static BlogPostVersion.BlogPostVersionBuilder builder()
    • createdAt

      public OffsetDateTime createdAt()
      Date and time when the version was created. In format "YYYY-MM-DDTHH:mm:ss.sssZ".
    • message

      public String message()
      Message associated with the current version.
    • number

      public Integer number()
      The version number.
    • minorEdit

      public Boolean minorEdit()
      Describes if this version is a minor version. Email notifications and activity stream updates are not created for minor versions.
    • authorId

      public String authorId()
      The account ID of the user who created this version.
    • blogpost

      public VersionedEntity blogpost()
    • createdAt

      public BlogPostVersion createdAt(OffsetDateTime createdAt)
      Date and time when the version was created. In format "YYYY-MM-DDTHH:mm:ss.sssZ".
      Gibt zurück:
      this.
    • message

      public BlogPostVersion message(String message)
      Message associated with the current version.
      Gibt zurück:
      this.
    • number

      public BlogPostVersion number(Integer number)
      The version number.
      Gibt zurück:
      this.
    • minorEdit

      public BlogPostVersion minorEdit(Boolean minorEdit)
      Describes if this version is a minor version. Email notifications and activity stream updates are not created for minor versions.
      Gibt zurück:
      this.
    • authorId

      public BlogPostVersion authorId(String authorId)
      The account ID of the user who created this version.
      Gibt zurück:
      this.
    • blogpost

      public BlogPostVersion blogpost(VersionedEntity blogpost)
      Gibt zurück:
      this.
    • equals

      public boolean equals(Object o)
      Setzt außer Kraft:
      equals in Klasse Object
    • canEqual

      protected boolean canEqual(Object other)
    • hashCode

      public int hashCode()
      Setzt außer Kraft:
      hashCode in Klasse Object
    • toString

      public String toString()
      Setzt außer Kraft:
      toString in Klasse Object