Class Expandablea42744

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

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

    • restrictions

      protected String restrictions
    • content

      protected String content
  • Constructor Details

    • Expandablea42744

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

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

      @Internal public Expandablea42744(String restrictions, String content)
      Constructs a validated instance of Expandablea42744.

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

      Parameters:
      restrictions - restrictions
      content - content
  • Method Details

    • restrictions

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

      public Expandablea42744 restrictions(String restrictions)
      Fluent setter for restrictions.
      Parameters:
      restrictions - restrictions
      Returns:
      this
    • getRestrictions

      public String getRestrictions()
      Gets the value of restrictions.
      Returns:
      restrictions
    • setRestrictions

      public void setRestrictions(String restrictions)
      Sets the value of restrictions.
      Parameters:
      restrictions - restrictions
    • content

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

      public Expandablea42744 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
    • 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