Class SpaceSettingsUpdate
java.lang.Object
io.github.primelib.confluence4j.rest.v1.models.SpaceSettingsUpdate
SpaceSettingsUpdate
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected BooleanDefines whether an override for the space home should be used. -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedSpaceSettingsUpdate(Boolean routeOverrideEnabled) Constructs a validated instance ofSpaceSettingsUpdate.Constructs a validated instance ofSpaceSettingsUpdate. -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleaninthashCode()Defines whether an override for the space home should be used.routeOverrideEnabled(Boolean routeOverrideEnabled) Defines whether an override for the space home should be used.toString()
-
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.
-
-
Constructor Details
-
SpaceSettingsUpdate
Constructs a validated instance ofSpaceSettingsUpdate.- Parameters:
spec- the specification to process
-
SpaceSettingsUpdate
Constructs a validated instance ofSpaceSettingsUpdate.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
SpaceSettingsUpdate(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.
-
SpaceSettingsUpdate
protected SpaceSettingsUpdate()
-
-
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. -
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.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-