Klasse SetLookAndFeelSettingsOperationSpec
java.lang.Object
io.github.primelib.confluence4j.rest.v1.spec.SetLookAndFeelSettingsOperationSpec
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class SetLookAndFeelSettingsOperationSpec
extends Object
SetLookAndFeelSettingsSpec
Specification for the SetLookAndFeelSettings operation.
Set look and feel settings
-
Verschachtelte Klassen - Übersicht
Verschachtelte KlassenModifizierer und TypKlasseBeschreibungstatic class -
Feldübersicht
FelderModifizierer und TypFeldBeschreibungstatic Booleanallows to disable validation of the spec, use with care! -
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotectedSetLookAndFeelSettingsOperationSpec(String body, String spaceKey) Constructs a validated instance ofSetLookAndFeelSettingsOperationSpec.Constructs a validated instance ofSetLookAndFeelSettingsOperationSpec. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibung@NotNull Stringbody()The look and feel type to be set.The look and feel type to be set.builder()protected booleanbooleaninthashCode()@Nullable StringspaceKey()The key of the space for which the look and feel settings will be set.The key of the space for which the look and feel settings will be set.toString()voidvalidate()Validates the Spec, will throw a exception if required parameters are missing
-
Felddetails
-
VALIDATION_ENABLED
allows to disable validation of the spec, use with care!
-
-
Konstruktordetails
-
SetLookAndFeelSettingsOperationSpec
@Internal public SetLookAndFeelSettingsOperationSpec(Consumer<SetLookAndFeelSettingsOperationSpec> spec) Constructs a validated instance ofSetLookAndFeelSettingsOperationSpec.- Parameter:
spec- the specification to process
-
SetLookAndFeelSettingsOperationSpec
Constructs a validated instance ofSetLookAndFeelSettingsOperationSpec.NOTE: This constructor is not considered stable and may change if the operation is updated.
- Parameter:
body- The look and feel type to be set.spaceKey- The key of the space for which the look and feel settings will be set. If this is not set, the global look and feel settings will be set.
-
SetLookAndFeelSettingsOperationSpec
protected SetLookAndFeelSettingsOperationSpec()
-
-
Methodendetails
-
validate
public void validate()Validates the Spec, will throw a exception if required parameters are missing- Löst aus:
NullPointerException
-
builder
public static SetLookAndFeelSettingsOperationSpec.SetLookAndFeelSettingsOperationSpecBuilder builder() -
body
The look and feel type to be set. -
spaceKey
The key of the space for which the look and feel settings will be set. If this is not set, the global look and feel settings will be set. -
body
The look and feel type to be set.- Gibt zurück:
this.
-
spaceKey
The key of the space for which the look and feel settings will be set. If this is not set, the global look and feel settings will be set.- Gibt zurück:
this.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-