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 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
    • Expandable52D461

      protected Expandable52D461()
  • Method Details