Klasse UpdateBlogPostRequestVersion
java.lang.Object
io.github.primelib.confluence4j.rest.v2.model.UpdateBlogPostRequestVersion
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class UpdateBlogPostRequestVersion
extends Object
UpdateBlogPostRequestVersion
-
Verschachtelte Klassen - Übersicht
Verschachtelte KlassenModifizierer und TypKlasseBeschreibungstatic class -
Feldübersicht
Felder -
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotectedUpdateBlogPostRequestVersion(Integer number, String message) Constructs a validated instance ofUpdateBlogPostRequestVersion.Constructs a validated instance ofUpdateBlogPostRequestVersion. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuilder()protected booleanbooleaninthashCode()message()An optional message to be stored with the version.An optional message to be stored with the version.number()The new version number of the updated blog post.The new version number of the updated blog post.toString()
-
Felddetails
-
number
The new version number of the updated blog post. Set this to the current version number plus one, unless you are updating the status to 'draft' which requires a version number of 1. If you don't know the current version number, use Get blog post by id. -
message
An optional message to be stored with the version.
-
-
Konstruktordetails
-
UpdateBlogPostRequestVersion
Constructs a validated instance ofUpdateBlogPostRequestVersion.- Parameter:
spec- the specification to process
-
UpdateBlogPostRequestVersion
Constructs a validated instance ofUpdateBlogPostRequestVersion.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
UpdateBlogPostRequestVersion(Consumer)instead.- Parameter:
number- The new version number of the updated blog post. Set this to the current version number plus one, unless you are updating the status to 'draft' which requires a version number of 1. If you don't know the current version number, use Get blog post by id.message- An optional message to be stored with the version.
-
UpdateBlogPostRequestVersion
protected UpdateBlogPostRequestVersion()
-
-
Methodendetails
-
builder
-
number
The new version number of the updated blog post. Set this to the current version number plus one, unless you are updating the status to 'draft' which requires a version number of 1. If you don't know the current version number, use Get blog post by id. -
message
An optional message to be stored with the version. -
number
The new version number of the updated blog post. Set this to the current version number plus one, unless you are updating the status to 'draft' which requires a version number of 1. If you don't know the current version number, use Get blog post by id.- Gibt zurück:
this.
-
message
An optional message to be stored with the version.- Gibt zurück:
this.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-