Klasse SpaceExpandable

java.lang.Object
io.github.primelib.confluence4j.rest.v1.model.SpaceExpandable

@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator") public class SpaceExpandable extends Object
SpaceExpandable
  • Felddetails

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

    • SpaceExpandable

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

      @Internal public SpaceExpandable(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 SpaceExpandable.

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

      Parameter:
      settings - settings
      metadata - metadata
      operations - operations
      lookAndFeel - lookAndFeel
      permissions - permissions
      icon - icon
      description - description
      theme - theme
      history - history
      homepage - homepage
      identifiers - identifiers
    • SpaceExpandable

      protected SpaceExpandable()
  • Methodendetails