Klasse ContentProperty
java.lang.Object
io.github.primelib.confluence4j.rest.v1.model.ContentProperty
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class ContentProperty
extends Object
ContentProperty
-
Verschachtelte Klassen - Übersicht
Verschachtelte Klassen -
Feldübersicht
FelderModifizierer und TypFeldBeschreibungprotected ContentPropertyExpandableprotected Stringprotected Stringprotected ContentPropertyValueprotected ContentPropertyVersion -
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotectedContentProperty(String id, String key, ContentPropertyValue value, ContentPropertyVersion version, Map<String, String> _links, ContentPropertyExpandable _expandable) Constructs a validated instance ofContentProperty.Constructs a validated instance ofContentProperty. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibung_expandable(ContentPropertyExpandable _expandable) _links()builder()protected booleanbooleaninthashCode()id()key()toString()value()value(ContentPropertyValue value) version()version(ContentPropertyVersion version)
-
Felddetails
-
id
-
key
-
value
-
version
-
_links
-
_expandable
-
-
Konstruktordetails
-
ContentProperty
Constructs a validated instance ofContentProperty.- Parameter:
spec- the specification to process
-
ContentProperty
@Internal public ContentProperty(String id, String key, ContentPropertyValue value, ContentPropertyVersion version, Map<String, String> _links, ContentPropertyExpandable _expandable) Constructs a validated instance ofContentProperty.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
ContentProperty(Consumer)instead.- Parameter:
id- idkey- keyvalue- valueversion- version_links- _links_expandable- _expandable
-
ContentProperty
protected ContentProperty()
-
-
Methodendetails
-
builder
-
id
-
key
-
value
-
version
-
_links
-
_expandable
-
id
- Gibt zurück:
this.
-
key
- Gibt zurück:
this.
-
value
- Gibt zurück:
this.
-
version
- Gibt zurück:
this.
-
_links
- Gibt zurück:
this.
-
_expandable
- Gibt zurück:
this.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-