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

@Generated("io.github.primelib.primecodegen") public class Bodyded886 extends Object
Bodyded886

If defined, this will replace the body of the destination page.

  • Field Details

    • storage

      protected Map<String,Object> storage
      This object is used when creating or updating content.
    • editor2

      protected Map<String,Object> editor2
      This object is used when creating or updating content.
  • Constructor Details

    • Bodyded886

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

      @Internal public Bodyded886(Map<String,Object> storage, Map<String,Object> editor2)
      Constructs a validated instance of Bodyded886.

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

      Parameters:
      storage - This object is used when creating or updating content.
      editor2 - This object is used when creating or updating content.
    • Bodyded886

      protected Bodyded886()
  • Method Details

    • storage

      public Map<String,Object> storage()
      This object is used when creating or updating content.
    • editor2

      public Map<String,Object> editor2()
      This object is used when creating or updating content.
    • storage

      public Bodyded886 storage(Map<String,Object> storage)
      This object is used when creating or updating content.
      Returns:
      this.
    • editor2

      public Bodyded886 editor2(Map<String,Object> editor2)
      This object is used when creating or updating content.
      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