Klasse SpacePropertyVersion
java.lang.Object
io.github.primelib.confluence4j.rest.v2.model.SpacePropertyVersion
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class SpacePropertyVersion
extends Object
SpacePropertyVersion
-
Verschachtelte Klassen - Übersicht
Verschachtelte KlassenModifizierer und TypKlasseBeschreibungstatic class -
Feldübersicht
FelderModifizierer und TypFeldBeschreibungprotected OffsetDateTimeRFC3339 compliant date time at which the property's current version was created.protected StringAtlassian account ID of the user that created the space property's current version.protected StringMessage associated with the current version.protected IntegerThe space property's current version number. -
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotectedSpacePropertyVersion(OffsetDateTime createdAt, String createdBy, String message, Integer number) Constructs a validated instance ofSpacePropertyVersion.Constructs a validated instance ofSpacePropertyVersion. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuilder()protected booleanRFC3339 compliant date time at which the property's current version was created.createdAt(OffsetDateTime createdAt) RFC3339 compliant date time at which the property's current version was created.Atlassian account ID of the user that created the space property's current version.Atlassian account ID of the user that created the space property's current version.booleaninthashCode()message()Message associated with the current version.Message associated with the current version.number()The space property's current version number.The space property's current version number.toString()
-
Felddetails
-
createdAt
RFC3339 compliant date time at which the property's current version was created. -
createdBy
Atlassian account ID of the user that created the space property's current version. -
message
Message associated with the current version. -
number
The space property's current version number.
-
-
Konstruktordetails
-
SpacePropertyVersion
Constructs a validated instance ofSpacePropertyVersion.- Parameter:
spec- the specification to process
-
SpacePropertyVersion
@Internal public SpacePropertyVersion(OffsetDateTime createdAt, String createdBy, String message, Integer number) Constructs a validated instance ofSpacePropertyVersion.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
SpacePropertyVersion(Consumer)instead.- Parameter:
createdAt- RFC3339 compliant date time at which the property's current version was created.createdBy- Atlassian account ID of the user that created the space property's current version.message- Message associated with the current version.number- The space property's current version number.
-
SpacePropertyVersion
protected SpacePropertyVersion()
-
-
Methodendetails
-
builder
-
createdAt
RFC3339 compliant date time at which the property's current version was created. -
createdBy
Atlassian account ID of the user that created the space property's current version. -
message
Message associated with the current version. -
number
The space property's current version number. -
createdAt
RFC3339 compliant date time at which the property's current version was created.- Gibt zurück:
this.
-
createdBy
Atlassian account ID of the user that created the space property's current version.- Gibt zurück:
this.
-
message
Message associated with the current version.- Gibt zurück:
this.
-
number
The space property's current version number.- Gibt zurück:
this.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-