Klasse ContentState
java.lang.Object
io.github.primelib.confluence4j.rest.v1.model.ContentState
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class ContentState
extends Object
ContentState
-
Verschachtelte Klassen - Übersicht
Verschachtelte Klassen -
Feldübersicht
Felder -
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotectedContentState(Long id, String name, String color) Constructs a validated instance ofContentState.ContentState(Consumer<ContentState> spec) Constructs a validated instance ofContentState. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuilder()protected booleancolor()hex string representing color of statehex string representing color of statebooleaninthashCode()id()identifier of content state.identifier of content state.name()name of content state.name of content state.toString()
-
Felddetails
-
id
identifier of content state. If 0, 1, or 2, this is a default space state -
name
name of content state. -
color
hex string representing color of state
-
-
Konstruktordetails
-
ContentState
Constructs a validated instance ofContentState.- Parameter:
spec- the specification to process
-
ContentState
Constructs a validated instance ofContentState.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
ContentState(Consumer)instead.- Parameter:
id- identifier of content state. If 0, 1, or 2, this is a default space statename- name of content state.color- hex string representing color of state
-
ContentState
protected ContentState()
-
-
Methodendetails
-
builder
-
id
identifier of content state. If 0, 1, or 2, this is a default space state -
name
name of content state. -
color
hex string representing color of state -
id
identifier of content state. If 0, 1, or 2, this is a default space state- Gibt zurück:
this.
-
name
name of content state.- Gibt zurück:
this.
-
color
hex string representing color of state- Gibt zurück:
this.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-