Class SpaceSettingsUpdate
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected BooleanDefines whether an override for the space home should be used. -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedProtected no-args constructor for use by serialization frameworks.SpaceSettingsUpdate(Boolean routeOverrideEnabled) Constructs a validated instance ofSpaceSettingsUpdate.Constructs a validated instance ofSpaceSettingsUpdate. -
Method Summary
Modifier and TypeMethodDescriptionbooleanGets the value of routeOverrideEnabled.inthashCode()Fluent getter for routeOverrideEnabled.routeOverrideEnabled(Boolean routeOverrideEnabled) Fluent setter for routeOverrideEnabled.voidsetRouteOverrideEnabled(Boolean routeOverrideEnabled) Sets the value of routeOverrideEnabled.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
@Internal protected SpaceSettingsUpdate()Protected no-args constructor for use by serialization frameworks. -
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.
-
-
Method Details
-
routeOverrideEnabled
Fluent getter for 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:
- routeOverrideEnabled
-
routeOverrideEnabled
Fluent setter for 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.
- Parameters:
routeOverrideEnabled- routeOverrideEnabled- Returns:
- this
-
getRouteOverrideEnabled
Gets the value of 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:
- routeOverrideEnabled
-
setRouteOverrideEnabled
Sets the value of 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.
- Parameters:
routeOverrideEnabled- routeOverrideEnabled
-
equals
-
hashCode
-
toString
-