Klasse UpdateLookAndFeelSettingsOperationSpec.UpdateLookAndFeelSettingsOperationSpecBuilder
java.lang.Object
io.github.primelib.confluence4j.rest.v1.spec.UpdateLookAndFeelSettingsOperationSpec.UpdateLookAndFeelSettingsOperationSpecBuilder
- Umschließende Klasse:
UpdateLookAndFeelSettingsOperationSpec
public static class UpdateLookAndFeelSettingsOperationSpec.UpdateLookAndFeelSettingsOperationSpecBuilder
extends Object
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbody(@NotNull LookAndFeel body) The updated settings.build()The key of the space for which the look and feel settings will be updated.toString()
-
Methodendetails
-
body
public UpdateLookAndFeelSettingsOperationSpec.UpdateLookAndFeelSettingsOperationSpecBuilder body(@NotNull @NotNull LookAndFeel body) The updated settings. All values for the settings must be included, regardless of whether they are being changed. One way to create the request body is to copy the settings from the response body of [Get look and feel settings](#api-settings-lookandfeel-get) and modify it as needed.- Gibt zurück:
this.
-
spaceKey
public UpdateLookAndFeelSettingsOperationSpec.UpdateLookAndFeelSettingsOperationSpecBuilder spaceKey(@Nullable @Nullable String spaceKey) The key of the space for which the look and feel settings will be updated. If this is not set, the global look and feel settings will be updated.- Gibt zurück:
this.
-
build
-
toString
-