Klasse ContentUpdateVersion

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

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

    • number

      protected Integer number
      The version number.
    • message

      protected String message
      An optional message to be stored with the corresponding version.
  • Konstruktordetails

    • ContentUpdateVersion

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

      @Internal public ContentUpdateVersion(Integer number, String message)
      Constructs a validated instance of ContentUpdateVersion.

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

      Parameter:
      number - The version number.
      message - An optional message to be stored with the corresponding version.
    • ContentUpdateVersion

      protected ContentUpdateVersion()
  • Methodendetails