Class SpaceSettingsUpdate

java.lang.Object
io.github.primelib.confluence4j.rest.v1.models.SpaceSettingsUpdate

@Generated("io.github.primelib.primecodegen") public class SpaceSettingsUpdate extends Object
SpaceSettingsUpdate
  • Field Details

    • routeOverrideEnabled

      protected Boolean 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

      public SpaceSettingsUpdate(Consumer<SpaceSettingsUpdate> spec)
      Constructs a validated instance of SpaceSettingsUpdate.
      Parameters:
      spec - the specification to process
    • SpaceSettingsUpdate

      @Internal protected SpaceSettingsUpdate()
      Protected no-args constructor for use by serialization frameworks.
    • SpaceSettingsUpdate

      @Internal public SpaceSettingsUpdate(Boolean routeOverrideEnabled)
      Constructs a validated instance of SpaceSettingsUpdate.

      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

      public Boolean 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

      public SpaceSettingsUpdate routeOverrideEnabled(Boolean 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

      public Boolean 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

      public void setRouteOverrideEnabled(Boolean routeOverrideEnabled)
      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

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object