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

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

    • page

      protected String page
    • blogpost

      protected String blogpost
    • defaultProp

      protected String defaultProp
  • Constructor Details

    • Editor

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

      @Internal public Editor(String page, String blogpost, String defaultProp)
      Constructs a validated instance of Editor.

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

      Parameters:
      page - page
      blogpost - blogpost
      defaultProp - defaultProp
    • Editor

      protected Editor()
  • Method Details

    • page

      public String page()
    • blogpost

      public String blogpost()
    • defaultProp

      public String defaultProp()
    • page

      public Editor page(String page)
      Returns:
      this.
    • blogpost

      public Editor blogpost(String blogpost)
      Returns:
      this.
    • defaultProp

      public Editor defaultProp(String defaultProp)
      Returns:
      this.
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • canEqual

      protected boolean canEqual(Object other)
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object