java.lang.Object
io.github.primelib.confluence4j.rest.v1.model.Version

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

    • by

      protected User by
    • when

      protected OffsetDateTime when
    • friendlyWhen

      protected String friendlyWhen
    • message

      protected String message
    • number

      protected Integer number
      Set this to the current version number incremented by one
    • minorEdit

      protected Boolean minorEdit
      If minorEdit is set to 'true', no notification email or activity stream will be generated for the change.
    • content

      protected Content content
    • collaborators

      protected UsersUserKeys collaborators
    • _expandable

      protected VersionExpandable _expandable
    • contentTypeModified

      protected Boolean contentTypeModified
      True if content type is modifed in this version (e.g. page to blog)
    • confRev

      protected String confRev
      The revision id provided by confluence to be used as a revision in Synchrony
    • syncRev

      protected String syncRev
      The revision id provided by Synchrony
    • syncRevSource

      protected String syncRevSource
      Source of the synchrony revision
  • Konstruktordetails

    • Version

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

      @Internal public Version(User by, OffsetDateTime when, String friendlyWhen, String message, Integer number, Boolean minorEdit, Content content, UsersUserKeys collaborators, VersionExpandable _expandable, Map<String,String> _links, Boolean contentTypeModified, String confRev, String syncRev, String syncRevSource)
      Constructs a validated instance of Version.

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

      Parameter:
      by - by
      when - when
      friendlyWhen - friendlyWhen
      message - message
      number - Set this to the current version number incremented by one
      minorEdit - If minorEdit is set to 'true', no notification email or activity stream will be generated for the change.
      content - content
      collaborators - collaborators
      _expandable - _expandable
      _links - _links
      contentTypeModified - True if content type is modifed in this version (e.g. page to blog)
      confRev - The revision id provided by confluence to be used as a revision in Synchrony
      syncRev - The revision id provided by Synchrony
      syncRevSource - Source of the synchrony revision
    • Version

      protected Version()
  • Methodendetails

    • builder

      public static Version.VersionBuilder builder()
    • by

      public User by()
    • when

      public OffsetDateTime when()
    • friendlyWhen

      public String friendlyWhen()
    • message

      public String message()
    • number

      public Integer number()
      Set this to the current version number incremented by one
    • minorEdit

      public Boolean minorEdit()
      If minorEdit is set to 'true', no notification email or activity stream will be generated for the change.
    • content

      public Content content()
    • collaborators

      public UsersUserKeys collaborators()
    • _expandable

      public VersionExpandable _expandable()
    • _links

      public Map<String,String> _links()
    • contentTypeModified

      public Boolean contentTypeModified()
      True if content type is modifed in this version (e.g. page to blog)
    • confRev

      public String confRev()
      The revision id provided by confluence to be used as a revision in Synchrony
    • syncRev

      public String syncRev()
      The revision id provided by Synchrony
    • syncRevSource

      public String syncRevSource()
      Source of the synchrony revision
    • by

      public Version by(User by)
      Gibt zurück:
      this.
    • when

      public Version when(OffsetDateTime when)
      Gibt zurück:
      this.
    • friendlyWhen

      public Version friendlyWhen(String friendlyWhen)
      Gibt zurück:
      this.
    • message

      public Version message(String message)
      Gibt zurück:
      this.
    • number

      public Version number(Integer number)
      Set this to the current version number incremented by one
      Gibt zurück:
      this.
    • minorEdit

      public Version minorEdit(Boolean minorEdit)
      If minorEdit is set to 'true', no notification email or activity stream will be generated for the change.
      Gibt zurück:
      this.
    • content

      public Version content(Content content)
      Gibt zurück:
      this.
    • collaborators

      public Version collaborators(UsersUserKeys collaborators)
      Gibt zurück:
      this.
    • _expandable

      public Version _expandable(VersionExpandable _expandable)
      Gibt zurück:
      this.
    • _links

      public Version _links(Map<String,String> _links)
      Gibt zurück:
      this.
    • contentTypeModified

      public Version contentTypeModified(Boolean contentTypeModified)
      True if content type is modifed in this version (e.g. page to blog)
      Gibt zurück:
      this.
    • confRev

      public Version confRev(String confRev)
      The revision id provided by confluence to be used as a revision in Synchrony
      Gibt zurück:
      this.
    • syncRev

      public Version syncRev(String syncRev)
      The revision id provided by Synchrony
      Gibt zurück:
      this.
    • syncRevSource

      public Version syncRevSource(String syncRevSource)
      Source of the synchrony revision
      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