Klasse ContentStateSettings
java.lang.Object
io.github.primelib.confluence4j.rest.v1.model.ContentStateSettings
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class ContentStateSettings
extends Object
ContentStateSettings
-
Verschachtelte Klassen - Übersicht
Verschachtelte KlassenModifizierer und TypKlasseBeschreibungstatic class -
Feldübersicht
FelderModifizierer und TypFeldBeschreibungprotected BooleanWhether users can place any content states on contentprotected BooleanWhether users can place their custom states on contentprotected List<ContentState>space suggested content states that users can choose fromprotected BooleanWhether users can place space suggested states on content -
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotectedContentStateSettings(Boolean contentStatesAllowed, Boolean customContentStatesAllowed, Boolean spaceContentStatesAllowed, List<ContentState> spaceContentStates) Constructs a validated instance ofContentStateSettings.Constructs a validated instance ofContentStateSettings. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuilder()protected booleanWhether users can place any content states on contentcontentStatesAllowed(Boolean contentStatesAllowed) Whether users can place any content states on contentWhether users can place their custom states on contentcustomContentStatesAllowed(Boolean customContentStatesAllowed) Whether users can place their custom states on contentbooleaninthashCode()space suggested content states that users can choose fromspaceContentStates(List<ContentState> spaceContentStates) space suggested content states that users can choose fromWhether users can place space suggested states on contentspaceContentStatesAllowed(Boolean spaceContentStatesAllowed) Whether users can place space suggested states on contenttoString()
-
Felddetails
-
contentStatesAllowed
Whether users can place any content states on content -
customContentStatesAllowed
Whether users can place their custom states on content -
spaceContentStatesAllowed
Whether users can place space suggested states on content -
spaceContentStates
space suggested content states that users can choose from
-
-
Konstruktordetails
-
ContentStateSettings
Constructs a validated instance ofContentStateSettings.- Parameter:
spec- the specification to process
-
ContentStateSettings
@Internal public ContentStateSettings(Boolean contentStatesAllowed, Boolean customContentStatesAllowed, Boolean spaceContentStatesAllowed, List<ContentState> spaceContentStates) Constructs a validated instance ofContentStateSettings.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
ContentStateSettings(Consumer)instead.- Parameter:
contentStatesAllowed- Whether users can place any content states on contentcustomContentStatesAllowed- Whether users can place their custom states on contentspaceContentStatesAllowed- Whether users can place space suggested states on contentspaceContentStates- space suggested content states that users can choose from
-
ContentStateSettings
protected ContentStateSettings()
-
-
Methodendetails
-
builder
-
contentStatesAllowed
Whether users can place any content states on content -
customContentStatesAllowed
Whether users can place their custom states on content -
spaceContentStatesAllowed
Whether users can place space suggested states on content -
spaceContentStates
space suggested content states that users can choose from -
contentStatesAllowed
Whether users can place any content states on content- Gibt zurück:
this.
-
customContentStatesAllowed
Whether users can place their custom states on content- Gibt zurück:
this.
-
spaceContentStatesAllowed
Whether users can place space suggested states on content- Gibt zurück:
this.
-
spaceContentStates
space suggested content states that users can choose from- Gibt zurück:
this.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-