Class Version9F6Eac

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

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

The version number of the property.

  • Field Details

    • number

      protected Object number
      The new version for the updated content property. Set this to the current version number incremented by one. To get the current version number, use 'Get content property' and retrieve `version.number`.
    • minorEdit

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

    • Version9F6Eac

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

      @Internal protected Version9F6Eac()
      Protected no-args constructor for use by serialization frameworks.
    • Version9F6Eac

      @Internal public Version9F6Eac(Object number, Boolean minorEdit)
      Constructs a validated instance of Version9F6Eac.

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

      Parameters:
      number - The new version for the updated content property. Set this to the current version number incremented by one. To get the current version number, use 'Get content property' and retrieve `version.number`.
      minorEdit - If `minorEdit` is set to 'true', no notification email or activity stream will be generated for the change.
  • Method Details

    • number

      public Object number()
      Fluent getter for number.

      The new version for the updated content property. Set this to the current version number incremented by one. To get the current version number, use 'Get content property' and retrieve `version.number`.

      Returns:
      number
    • number

      public Version9F6Eac number(Object number)
      Fluent setter for number.

      The new version for the updated content property. Set this to the current version number incremented by one. To get the current version number, use 'Get content property' and retrieve `version.number`.

      Parameters:
      number - number
      Returns:
      this
    • getNumber

      public Object getNumber()
      Gets the value of number.

      The new version for the updated content property. Set this to the current version number incremented by one. To get the current version number, use 'Get content property' and retrieve `version.number`.

      Returns:
      number
    • setNumber

      public void setNumber(Object number)
      Sets the value of number.

      The new version for the updated content property. Set this to the current version number incremented by one. To get the current version number, use 'Get content property' and retrieve `version.number`.

      Parameters:
      number - number
    • minorEdit

      public Boolean minorEdit()
      Fluent getter for minorEdit.

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

      Returns:
      minorEdit
    • minorEdit

      public Version9F6Eac minorEdit(Boolean minorEdit)
      Fluent setter for minorEdit.

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

      Parameters:
      minorEdit - minorEdit
      Returns:
      this
    • getMinorEdit

      public Boolean getMinorEdit()
      Gets the value of minorEdit.

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

      Returns:
      minorEdit
    • setMinorEdit

      public void setMinorEdit(Boolean minorEdit)
      Sets the value of minorEdit.

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

      Parameters:
      minorEdit - minorEdit
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object