Class Version83F448

java.lang.Object
io.github.primelib.confluence4j.rest.v1.models.Version83F448

@Generated("io.github.primelib.primecodegen") public class Version83F448 extends Object
Version83F448

The attachment version. Set this to the current version number of the attachment. Note, the version number only needs to be incremented when updating the actual attachment, not its properties.

  • Field Details

    • number

      protected Integer number
      The version number.
  • Constructor Details

    • Version83F448

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

      @Internal public Version83F448(Integer number)
      Constructs a validated instance of Version83F448.

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

      Parameters:
      number - The version number.
    • Version83F448

      protected Version83F448()
  • Method Details