Klasse GetLookAndFeelSettingsOperationSpec
java.lang.Object
io.github.primelib.confluence4j.rest.v1.spec.GetLookAndFeelSettingsOperationSpec
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class GetLookAndFeelSettingsOperationSpec
extends Object
GetLookAndFeelSettingsSpec
Specification for the GetLookAndFeelSettings operation.
Get 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
KonstruktorenModifiziererKonstruktorBeschreibungprotectedGetLookAndFeelSettingsOperationSpec(String spaceKey) Constructs a validated instance ofGetLookAndFeelSettingsOperationSpec.Constructs a validated instance ofGetLookAndFeelSettingsOperationSpec. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuilder()protected booleanbooleaninthashCode()@Nullable StringspaceKey()The key of the space for which the look and feel settings will be returned.The key of the space for which the look and feel settings will be returned.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
-
GetLookAndFeelSettingsOperationSpec
@Internal public GetLookAndFeelSettingsOperationSpec(Consumer<GetLookAndFeelSettingsOperationSpec> spec) Constructs a validated instance ofGetLookAndFeelSettingsOperationSpec.- Parameter:
spec- the specification to process
-
GetLookAndFeelSettingsOperationSpec
Constructs a validated instance ofGetLookAndFeelSettingsOperationSpec.NOTE: This constructor is not considered stable and may change if the operation is updated.
- Parameter:
spaceKey- The key of the space for which the look and feel settings will be returned. If this is not set, only the global look and feel settings are returned.
-
GetLookAndFeelSettingsOperationSpec
protected GetLookAndFeelSettingsOperationSpec()
-
-
Methodendetails
-
validate
public void validate()Validates the Spec, will throw a exception if required parameters are missing- Löst aus:
NullPointerException
-
builder
public static GetLookAndFeelSettingsOperationSpec.GetLookAndFeelSettingsOperationSpecBuilder builder() -
spaceKey
The key of the space for which the look and feel settings will be returned. If this is not set, only the global look and feel settings are returned. -
spaceKey
The key of the space for which the look and feel settings will be returned. If this is not set, only the global look and feel settings are returned.- Gibt zurück:
this.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-