Klasse CustomContentVersion
java.lang.Object
io.github.primelib.confluence4j.rest.v2.model.CustomContentVersion
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class CustomContentVersion
extends Object
CustomContentVersion
-
Verschachtelte Klassen - Übersicht
Verschachtelte KlassenModifizierer und TypKlasseBeschreibungstatic class -
Feldübersicht
FelderModifizierer und TypFeldBeschreibungprotected StringThe account ID of the user who created this version.protected OffsetDateTimeDate and time when the version was created.protected VersionedEntityprotected StringMessage associated with the current version.protected BooleanDescribes if this version is a minor version.protected IntegerThe version number. -
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotectedCustomContentVersion(OffsetDateTime createdAt, String message, Integer number, Boolean minorEdit, String authorId, VersionedEntity custom) Constructs a validated instance ofCustomContentVersion.Constructs a validated instance ofCustomContentVersion. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungauthorId()The account ID of the user who created this version.The account ID of the user who created this version.builder()protected booleanDate and time when the version was created.createdAt(OffsetDateTime createdAt) Date and time when the version was created.custom()custom(VersionedEntity custom) booleaninthashCode()message()Message associated with the current version.Message associated with the current version.Describes if this version is a minor version.Describes if this version is a minor version.number()The version number.The version number.toString()
-
Felddetails
-
createdAt
Date and time when the version was created. In format "YYYY-MM-DDTHH:mm:ss.sssZ". -
message
Message associated with the current version. -
number
The version number. -
minorEdit
Describes if this version is a minor version. Email notifications and activity stream updates are not created for minor versions. -
authorId
The account ID of the user who created this version. -
custom
-
-
Konstruktordetails
-
CustomContentVersion
Constructs a validated instance ofCustomContentVersion.- Parameter:
spec- the specification to process
-
CustomContentVersion
@Internal public CustomContentVersion(OffsetDateTime createdAt, String message, Integer number, Boolean minorEdit, String authorId, VersionedEntity custom) Constructs a validated instance ofCustomContentVersion.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
CustomContentVersion(Consumer)instead.- Parameter:
createdAt- Date and time when the version was created. In format "YYYY-MM-DDTHH:mm:ss.sssZ".message- Message associated with the current version.number- The version number.minorEdit- Describes if this version is a minor version. Email notifications and activity stream updates are not created for minor versions.authorId- The account ID of the user who created this version.custom- custom
-
CustomContentVersion
protected CustomContentVersion()
-
-
Methodendetails
-
builder
-
createdAt
Date and time when the version was created. In format "YYYY-MM-DDTHH:mm:ss.sssZ". -
message
Message associated with the current version. -
number
The version number. -
minorEdit
Describes if this version is a minor version. Email notifications and activity stream updates are not created for minor versions. -
authorId
The account ID of the user who created this version. -
custom
-
createdAt
Date and time when the version was created. In format "YYYY-MM-DDTHH:mm:ss.sssZ".- Gibt zurück:
this.
-
message
Message associated with the current version.- Gibt zurück:
this.
-
number
The version number.- Gibt zurück:
this.
-
minorEdit
Describes if this version is a minor version. Email notifications and activity stream updates are not created for minor versions.- Gibt zurück:
this.
-
authorId
The account ID of the user who created this version.- Gibt zurück:
this.
-
custom
- Gibt zurück:
this.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-