Klasse Version.VersionBuilder

java.lang.Object
io.github.primelib.confluence4j.rest.v2.model.Version.VersionBuilder
Umschließende Klasse:
Version

public static class Version.VersionBuilder extends Object
  • Methodendetails

    • createdAt

      public Version.VersionBuilder 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 Version.VersionBuilder message(String message)
      Message associated with the current version.
      Gibt zurück:
      this.
    • number

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

      public Version.VersionBuilder 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 Version.VersionBuilder authorId(String authorId)
      The account ID of the user who created this version.
      Gibt zurück:
      this.
    • build

      public Version build()
    • toString

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