Class Expandable890C87

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

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

    • all

      protected String all
    • attachment

      protected String attachment
    • comment

      protected String comment
    • page

      protected String page
    • whiteboard

      protected String whiteboard
    • database

      protected String database
    • embed

      protected String embed
    • folder

      protected String folder
  • Constructor Details

    • Expandable890C87

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

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

      @Internal public Expandable890C87(String all, String attachment, String comment, String page, String whiteboard, String database, String embed, String folder)
      Constructs a validated instance of Expandable890C87.

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

      Parameters:
      all - all
      attachment - attachment
      comment - comment
      page - page
      whiteboard - whiteboard
      database - database
      embed - embed
      folder - folder
  • Method Details

    • all

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

      public Expandable890C87 all(String all)
      Fluent setter for all.
      Parameters:
      all - all
      Returns:
      this
    • getAll

      public String getAll()
      Gets the value of all.
      Returns:
      all
    • setAll

      public void setAll(String all)
      Sets the value of all.
      Parameters:
      all - all
    • attachment

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

      public Expandable890C87 attachment(String attachment)
      Fluent setter for attachment.
      Parameters:
      attachment - attachment
      Returns:
      this
    • getAttachment

      public String getAttachment()
      Gets the value of attachment.
      Returns:
      attachment
    • setAttachment

      public void setAttachment(String attachment)
      Sets the value of attachment.
      Parameters:
      attachment - attachment
    • comment

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

      public Expandable890C87 comment(String comment)
      Fluent setter for comment.
      Parameters:
      comment - comment
      Returns:
      this
    • getComment

      public String getComment()
      Gets the value of comment.
      Returns:
      comment
    • setComment

      public void setComment(String comment)
      Sets the value of comment.
      Parameters:
      comment - comment
    • page

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

      public Expandable890C87 page(String page)
      Fluent setter for page.
      Parameters:
      page - page
      Returns:
      this
    • getPage

      public String getPage()
      Gets the value of page.
      Returns:
      page
    • setPage

      public void setPage(String page)
      Sets the value of page.
      Parameters:
      page - page
    • whiteboard

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

      public Expandable890C87 whiteboard(String whiteboard)
      Fluent setter for whiteboard.
      Parameters:
      whiteboard - whiteboard
      Returns:
      this
    • getWhiteboard

      public String getWhiteboard()
      Gets the value of whiteboard.
      Returns:
      whiteboard
    • setWhiteboard

      public void setWhiteboard(String whiteboard)
      Sets the value of whiteboard.
      Parameters:
      whiteboard - whiteboard
    • database

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

      public Expandable890C87 database(String database)
      Fluent setter for database.
      Parameters:
      database - database
      Returns:
      this
    • getDatabase

      public String getDatabase()
      Gets the value of database.
      Returns:
      database
    • setDatabase

      public void setDatabase(String database)
      Sets the value of database.
      Parameters:
      database - database
    • embed

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

      public Expandable890C87 embed(String embed)
      Fluent setter for embed.
      Parameters:
      embed - embed
      Returns:
      this
    • getEmbed

      public String getEmbed()
      Gets the value of embed.
      Returns:
      embed
    • setEmbed

      public void setEmbed(String embed)
      Sets the value of embed.
      Parameters:
      embed - embed
    • folder

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

      public Expandable890C87 folder(String folder)
      Fluent setter for folder.
      Parameters:
      folder - folder
      Returns:
      this
    • getFolder

      public String getFolder()
      Gets the value of folder.
      Returns:
      folder
    • setFolder

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