Class Version9F6Eac
The version number of the property.
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedProtected no-args constructor for use by serialization frameworks.Version9F6Eac(Object number, Boolean minorEdit) Constructs a validated instance ofVersion9F6Eac.Version9F6Eac(Consumer<Version9F6Eac> spec) Constructs a validated instance ofVersion9F6Eac. -
Method Summary
Modifier and TypeMethodDescriptionbooleanGets the value of minorEdit.Gets the value of number.inthashCode()Fluent getter for minorEdit.Fluent setter for minorEdit.number()Fluent getter for number.Fluent setter for number.voidsetMinorEdit(Boolean minorEdit) Sets the value of minorEdit.voidSets the value of number.toString()
-
Field Details
-
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.
-
-
Constructor Details
-
Version9F6Eac
Constructs a validated instance ofVersion9F6Eac.- Parameters:
spec- the specification to process
-
Version9F6Eac
@Internal protected Version9F6Eac()Protected no-args constructor for use by serialization frameworks. -
Version9F6Eac
Constructs a validated instance ofVersion9F6Eac.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
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
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
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
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
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
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
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
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
-
hashCode
-
toString
-