Class SpaceSettings
java.lang.Object
io.github.primelib.confluence4j.rest.v1.models.SpaceSettings
SpaceSettings
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedSpaceSettings(Boolean routeOverrideEnabled, Editor editor, String spaceKey, Map<String, Object> Links) Constructs a validated instance ofSpaceSettings.SpaceSettings(Consumer<SpaceSettings> spec) Constructs a validated instance ofSpaceSettings. -
Method Summary
-
Field Details
-
routeOverrideEnabled
Defines whether an override for the space home should be used. This is used in conjunction with a space theme provided by an app. For example, if this property is set to true, a theme can display a page other than the space homepage when users visit the root URL for a space. This property allows apps to provide content-only theming without overriding the space home. -
editor
-
spaceKey
-
Links
-
-
Constructor Details
-
SpaceSettings
Constructs a validated instance ofSpaceSettings.- Parameters:
spec- the specification to process
-
SpaceSettings
@Internal public SpaceSettings(Boolean routeOverrideEnabled, Editor editor, String spaceKey, Map<String, Object> Links) Constructs a validated instance ofSpaceSettings.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
SpaceSettings(Consumer)instead.- Parameters:
routeOverrideEnabled- Defines whether an override for the space home should be used. This is used in conjunction with a space theme provided by an app. For example, if this property is set to true, a theme can display a page other than the space homepage when users visit the root URL for a space. This property allows apps to provide content-only theming without overriding the space home.editor- editorspaceKey- spaceKeyLinks- Links
-
SpaceSettings
protected SpaceSettings()
-
-
Method Details
-
routeOverrideEnabled
Defines whether an override for the space home should be used. This is used in conjunction with a space theme provided by an app. For example, if this property is set to true, a theme can display a page other than the space homepage when users visit the root URL for a space. This property allows apps to provide content-only theming without overriding the space home. -
editor
-
spaceKey
-
Links
-
routeOverrideEnabled
Defines whether an override for the space home should be used. This is used in conjunction with a space theme provided by an app. For example, if this property is set to true, a theme can display a page other than the space homepage when users visit the root URL for a space. This property allows apps to provide content-only theming without overriding the space home.- Returns:
this.
-
editor
- Returns:
this.
-
spaceKey
- Returns:
this.
-
Links
- Returns:
this.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-