Class Expandablefdb576

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

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

    • content

      protected String content
    • collaborators

      protected String collaborators
  • Constructor Details

    • Expandablefdb576

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

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

      @Internal public Expandablefdb576(String content, String collaborators)
      Constructs a validated instance of Expandablefdb576.

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

      Parameters:
      content - content
      collaborators - collaborators
  • Method Details

    • content

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

      public Expandablefdb576 content(String content)
      Fluent setter for content.
      Parameters:
      content - content
      Returns:
      this
    • getContent

      public String getContent()
      Gets the value of content.
      Returns:
      content
    • setContent

      public void setContent(String content)
      Sets the value of content.
      Parameters:
      content - content
    • collaborators

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

      public Expandablefdb576 collaborators(String collaborators)
      Fluent setter for collaborators.
      Parameters:
      collaborators - collaborators
      Returns:
      this
    • getCollaborators

      public String getCollaborators()
      Gets the value of collaborators.
      Returns:
      collaborators
    • setCollaborators

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