Klasse ContentPropertyVersion
java.lang.Object
io.github.primelib.confluence4j.rest.v1.model.ContentPropertyVersion
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class ContentPropertyVersion
extends Object
ContentPropertyVersion
-
Verschachtelte Klassen - Übersicht
Verschachtelte KlassenModifizierer und TypKlasseBeschreibungstatic class -
Feldübersicht
FelderModifizierer und TypFeldBeschreibungprotected BooleanTrue if content type is modifed in this version (e.g.protected Stringprotected Booleanprotected Integerprotected OffsetDateTime -
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotectedContentPropertyVersion(OffsetDateTime when, String message, Integer number, Boolean minorEdit, Boolean contentTypeModified) Constructs a validated instance ofContentPropertyVersion.Constructs a validated instance ofContentPropertyVersion. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuilder()protected booleanTrue if content type is modifed in this version (e.g.contentTypeModified(Boolean contentTypeModified) True if content type is modifed in this version (e.g.booleaninthashCode()message()number()toString()when()when(OffsetDateTime when)
-
Felddetails
-
when
-
message
-
number
-
minorEdit
-
contentTypeModified
True if content type is modifed in this version (e.g. page to blog)
-
-
Konstruktordetails
-
ContentPropertyVersion
Constructs a validated instance ofContentPropertyVersion.- Parameter:
spec- the specification to process
-
ContentPropertyVersion
@Internal public ContentPropertyVersion(OffsetDateTime when, String message, Integer number, Boolean minorEdit, Boolean contentTypeModified) Constructs a validated instance ofContentPropertyVersion.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
ContentPropertyVersion(Consumer)instead.- Parameter:
when- whenmessage- messagenumber- numberminorEdit- minorEditcontentTypeModified- True if content type is modifed in this version (e.g. page to blog)
-
ContentPropertyVersion
protected ContentPropertyVersion()
-
-
Methodendetails
-
builder
-
when
-
message
-
number
-
minorEdit
-
contentTypeModified
True if content type is modifed in this version (e.g. page to blog) -
when
- Gibt zurück:
this.
-
message
- Gibt zurück:
this.
-
number
- Gibt zurück:
this.
-
minorEdit
- Gibt zurück:
this.
-
contentTypeModified
True if content type is modifed in this version (e.g. page to blog)- Gibt zurück:
this.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-