Klasse UserProperty
java.lang.Object
io.github.primelib.confluence4j.rest.v1.model.UserProperty
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class UserProperty
extends Object
UserProperty
-
Verschachtelte Klassen - Übersicht
Verschachtelte Klassen -
Feldübersicht
FelderModifizierer und TypFeldBeschreibungprotected OffsetDateTimedatetime when the property was created such as2022-01-01T12:00:00.111Zprotected Stringa unique identifier for the user propertyprotected Stringprotected OffsetDateTimedatetime when the property was last modified such as2022-02-01T12:00:00.111ZThe value of the content property. -
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotectedUserProperty(String key, Map<String, Object> value, String id, OffsetDateTime lastModifiedDate, OffsetDateTime createdDate, Map<String, String> _links) Constructs a validated instance ofUserProperty.UserProperty(Consumer<UserProperty> spec) Constructs a validated instance ofUserProperty. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibung_links()builder()protected booleandatetime when the property was created such as2022-01-01T12:00:00.111ZcreatedDate(OffsetDateTime createdDate) datetime when the property was created such as2022-01-01T12:00:00.111ZbooleaninthashCode()id()a unique identifier for the user propertya unique identifier for the user propertykey()datetime when the property was last modified such as2022-02-01T12:00:00.111ZlastModifiedDate(OffsetDateTime lastModifiedDate) datetime when the property was last modified such as2022-02-01T12:00:00.111ZtoString()value()The value of the content property.The value of the content property.
-
Felddetails
-
key
-
value
The value of the content property. -
id
a unique identifier for the user property -
lastModifiedDate
datetime when the property was last modified such as2022-02-01T12:00:00.111Z -
createdDate
datetime when the property was created such as2022-01-01T12:00:00.111Z -
_links
-
-
Konstruktordetails
-
UserProperty
Constructs a validated instance ofUserProperty.- Parameter:
spec- the specification to process
-
UserProperty
@Internal public UserProperty(String key, Map<String, Object> value, String id, OffsetDateTime lastModifiedDate, OffsetDateTime createdDate, Map<String, String> _links) Constructs a validated instance ofUserProperty.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
UserProperty(Consumer)instead.- Parameter:
key- keyvalue- The value of the content property.id- a unique identifier for the user propertylastModifiedDate- datetime when the property was last modified such as2022-02-01T12:00:00.111ZcreatedDate- datetime when the property was created such as2022-01-01T12:00:00.111Z_links- _links
-
UserProperty
protected UserProperty()
-
-
Methodendetails
-
builder
-
key
-
value
The value of the content property. -
id
a unique identifier for the user property -
lastModifiedDate
datetime when the property was last modified such as2022-02-01T12:00:00.111Z -
createdDate
datetime when the property was created such as2022-01-01T12:00:00.111Z -
_links
-
key
- Gibt zurück:
this.
-
value
The value of the content property.- Gibt zurück:
this.
-
id
a unique identifier for the user property- Gibt zurück:
this.
-
lastModifiedDate
datetime when the property was last modified such as2022-02-01T12:00:00.111Z- Gibt zurück:
this.
-
createdDate
datetime when the property was created such as2022-01-01T12:00:00.111Z- Gibt zurück:
this.
-
_links
- Gibt zurück:
this.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-