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 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.
    • Version9F6Eac

      protected Version9F6Eac()
  • Method Details

    • number

      public 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

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

      public Version9F6Eac number(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`.
      Returns:
      this.
    • minorEdit

      public Version9F6Eac minorEdit(Boolean minorEdit)
      If `minorEdit` is set to 'true', no notification email or activity stream will be generated for the change.
      Returns:
      this.
    • equals

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

      protected boolean canEqual(Object other)
    • hashCode

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

      public String toString()
      Overrides:
      toString in class Object