Klasse SpaceProperty
java.lang.Object
io.github.primelib.confluence4j.rest.v2.model.SpaceProperty
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class SpaceProperty
extends Object
SpaceProperty
-
Verschachtelte Klassen - Übersicht
Verschachtelte Klassen -
Feldübersicht
FelderModifizierer und TypFeldBeschreibungprotected OffsetDateTimeRFC3339 compliant date time at which the property was created.protected StringAtlassian account ID of the user that created the space property.protected StringID of the space property.protected StringKey of the space property.protected ObjectValue of the space property.protected SpacePropertyVersion -
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotectedSpaceProperty(String id, String key, Object value, OffsetDateTime createdAt, String createdBy, SpacePropertyVersion version) Constructs a validated instance ofSpaceProperty.SpaceProperty(Consumer<SpaceProperty> spec) Constructs a validated instance ofSpaceProperty. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuilder()protected booleanRFC3339 compliant date time at which the property was created.createdAt(OffsetDateTime createdAt) RFC3339 compliant date time at which the property was created.Atlassian account ID of the user that created the space property.Atlassian account ID of the user that created the space property.booleaninthashCode()id()ID of the space property.ID of the space property.key()Key of the space property.Key of the space property.toString()value()Value of the space property.Value of the space property.version()version(SpacePropertyVersion version)
-
Felddetails
-
id
ID of the space property. -
key
Key of the space property. -
value
Value of the space property. -
createdAt
RFC3339 compliant date time at which the property was created. -
createdBy
Atlassian account ID of the user that created the space property. -
version
-
-
Konstruktordetails
-
SpaceProperty
Constructs a validated instance ofSpaceProperty.- Parameter:
spec- the specification to process
-
SpaceProperty
@Internal public SpaceProperty(String id, String key, Object value, OffsetDateTime createdAt, String createdBy, SpacePropertyVersion version) Constructs a validated instance ofSpaceProperty.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
SpaceProperty(Consumer)instead.- Parameter:
id- ID of the space property.key- Key of the space property.value- Value of the space property.createdAt- RFC3339 compliant date time at which the property was created.createdBy- Atlassian account ID of the user that created the space property.version- version
-
SpaceProperty
protected SpaceProperty()
-
-
Methodendetails
-
builder
-
id
ID of the space property. -
key
Key of the space property. -
value
Value of the space property. -
createdAt
RFC3339 compliant date time at which the property was created. -
createdBy
Atlassian account ID of the user that created the space property. -
version
-
id
ID of the space property.- Gibt zurück:
this.
-
key
Key of the space property.- Gibt zurück:
this.
-
value
Value of the space property.- Gibt zurück:
this.
-
createdAt
RFC3339 compliant date time at which the property was created.- Gibt zurück:
this.
-
createdBy
Atlassian account ID of the user that created the space property.- Gibt zurück:
this.
-
version
- Gibt zurück:
this.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-