Class SpaceSettings

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

@Generated("io.github.primelib.primecodegen") public class SpaceSettings extends Object
SpaceSettings
  • 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.
    • editor

      protected Editor editor
    • spaceKey

      protected String spaceKey
  • Constructor Details

    • SpaceSettings

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

      @Internal public SpaceSettings(Boolean routeOverrideEnabled, Editor editor, String spaceKey, Map<String,Object> Links)
      Constructs a validated instance of SpaceSettings.

      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 - editor
      spaceKey - spaceKey
      Links - Links
    • SpaceSettings

      protected SpaceSettings()
  • Method Details

    • routeOverrideEnabled

      public 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.
    • editor

      public Editor editor()
    • spaceKey

      public String spaceKey()
    • Links

      public Map<String,Object> Links()
    • routeOverrideEnabled

      public SpaceSettings routeOverrideEnabled(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.
      Returns:
      this.
    • editor

      public SpaceSettings editor(Editor editor)
      Returns:
      this.
    • spaceKey

      public SpaceSettings spaceKey(String spaceKey)
      Returns:
      this.
    • Links

      public SpaceSettings Links(Map<String,Object> Links)
      Returns:
      this.
    • equals

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

      protected boolean canEqual(Object other)
    • hashCode

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

      public String toString()
      Overrides:
      toString in class Object