Class Expandable52D461

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

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

    • settings

      protected String settings
    • metadata

      protected String metadata
    • operations

      protected String operations
    • lookAndFeel

      protected String lookAndFeel
    • permissions

      protected String permissions
    • icon

      protected String icon
    • description

      protected String description
    • theme

      protected String theme
    • history

      protected String history
    • homepage

      protected String homepage
    • identifiers

      protected String identifiers
  • Constructor Details

    • Expandable52D461

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

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

      @Internal public Expandable52D461(String settings, String metadata, String operations, String lookAndFeel, String permissions, String icon, String description, String theme, String history, String homepage, String identifiers)
      Constructs a validated instance of Expandable52D461.

      NOTE: This constructor is not considered stable and may change if the model is updated. Consider using Expandable52D461(Consumer) instead.

      Parameters:
      settings - settings
      metadata - metadata
      operations - operations
      lookAndFeel - lookAndFeel
      permissions - permissions
      icon - icon
      description - description
      theme - theme
      history - history
      homepage - homepage
      identifiers - identifiers
  • Method Details

    • settings

      public String settings()
      Fluent getter for settings.
      Returns:
      settings
    • settings

      public Expandable52D461 settings(String settings)
      Fluent setter for settings.
      Parameters:
      settings - settings
      Returns:
      this
    • getSettings

      public String getSettings()
      Gets the value of settings.
      Returns:
      settings
    • setSettings

      public void setSettings(String settings)
      Sets the value of settings.
      Parameters:
      settings - settings
    • metadata

      public String metadata()
      Fluent getter for metadata.
      Returns:
      metadata
    • metadata

      public Expandable52D461 metadata(String metadata)
      Fluent setter for metadata.
      Parameters:
      metadata - metadata
      Returns:
      this
    • getMetadata

      public String getMetadata()
      Gets the value of metadata.
      Returns:
      metadata
    • setMetadata

      public void setMetadata(String metadata)
      Sets the value of metadata.
      Parameters:
      metadata - metadata
    • operations

      public String operations()
      Fluent getter for operations.
      Returns:
      operations
    • operations

      public Expandable52D461 operations(String operations)
      Fluent setter for operations.
      Parameters:
      operations - operations
      Returns:
      this
    • getOperations

      public String getOperations()
      Gets the value of operations.
      Returns:
      operations
    • setOperations

      public void setOperations(String operations)
      Sets the value of operations.
      Parameters:
      operations - operations
    • lookAndFeel

      public String lookAndFeel()
      Fluent getter for lookAndFeel.
      Returns:
      lookAndFeel
    • lookAndFeel

      public Expandable52D461 lookAndFeel(String lookAndFeel)
      Fluent setter for lookAndFeel.
      Parameters:
      lookAndFeel - lookAndFeel
      Returns:
      this
    • getLookAndFeel

      public String getLookAndFeel()
      Gets the value of lookAndFeel.
      Returns:
      lookAndFeel
    • setLookAndFeel

      public void setLookAndFeel(String lookAndFeel)
      Sets the value of lookAndFeel.
      Parameters:
      lookAndFeel - lookAndFeel
    • permissions

      public String permissions()
      Fluent getter for permissions.
      Returns:
      permissions
    • permissions

      public Expandable52D461 permissions(String permissions)
      Fluent setter for permissions.
      Parameters:
      permissions - permissions
      Returns:
      this
    • getPermissions

      public String getPermissions()
      Gets the value of permissions.
      Returns:
      permissions
    • setPermissions

      public void setPermissions(String permissions)
      Sets the value of permissions.
      Parameters:
      permissions - permissions
    • icon

      public String icon()
      Fluent getter for icon.
      Returns:
      icon
    • icon

      public Expandable52D461 icon(String icon)
      Fluent setter for icon.
      Parameters:
      icon - icon
      Returns:
      this
    • getIcon

      public String getIcon()
      Gets the value of icon.
      Returns:
      icon
    • setIcon

      public void setIcon(String icon)
      Sets the value of icon.
      Parameters:
      icon - icon
    • description

      public String description()
      Fluent getter for description.
      Returns:
      description
    • description

      public Expandable52D461 description(String description)
      Fluent setter for description.
      Parameters:
      description - description
      Returns:
      this
    • getDescription

      public String getDescription()
      Gets the value of description.
      Returns:
      description
    • setDescription

      public void setDescription(String description)
      Sets the value of description.
      Parameters:
      description - description
    • theme

      public String theme()
      Fluent getter for theme.
      Returns:
      theme
    • theme

      public Expandable52D461 theme(String theme)
      Fluent setter for theme.
      Parameters:
      theme - theme
      Returns:
      this
    • getTheme

      public String getTheme()
      Gets the value of theme.
      Returns:
      theme
    • setTheme

      public void setTheme(String theme)
      Sets the value of theme.
      Parameters:
      theme - theme
    • history

      public String history()
      Fluent getter for history.
      Returns:
      history
    • history

      public Expandable52D461 history(String history)
      Fluent setter for history.
      Parameters:
      history - history
      Returns:
      this
    • getHistory

      public String getHistory()
      Gets the value of history.
      Returns:
      history
    • setHistory

      public void setHistory(String history)
      Sets the value of history.
      Parameters:
      history - history
    • homepage

      public String homepage()
      Fluent getter for homepage.
      Returns:
      homepage
    • homepage

      public Expandable52D461 homepage(String homepage)
      Fluent setter for homepage.
      Parameters:
      homepage - homepage
      Returns:
      this
    • getHomepage

      public String getHomepage()
      Gets the value of homepage.
      Returns:
      homepage
    • setHomepage

      public void setHomepage(String homepage)
      Sets the value of homepage.
      Parameters:
      homepage - homepage
    • identifiers

      public String identifiers()
      Fluent getter for identifiers.
      Returns:
      identifiers
    • identifiers

      public Expandable52D461 identifiers(String identifiers)
      Fluent setter for identifiers.
      Parameters:
      identifiers - identifiers
      Returns:
      this
    • getIdentifiers

      public String getIdentifiers()
      Gets the value of identifiers.
      Returns:
      identifiers
    • setIdentifiers

      public void setIdentifiers(String identifiers)
      Sets the value of identifiers.
      Parameters:
      identifiers - identifiers
    • 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