Class Body632549

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

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

The updated body of the content. Does not apply to attachments. If you are not sure how to generate these formats, you can create a page in the Confluence application, retrieve the content using [Get content](#api-content-get), and expand the desired content format, e.g. `expand=body.storage`.

  • Field Details

    • view

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

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

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

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

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

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

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

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

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

    • Body632549

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

      @Internal public Body632549(Map<String,Object> view, Map<String,Object> exportView, Map<String,Object> styledView, Map<String,Object> storage, Map<String,Object> editor, Map<String,Object> editor2, Map<String,Object> wiki, Map<String,Object> atlasDocFormat, Map<String,Object> anonymousExportView)
      Constructs a validated instance of Body632549.

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

      Parameters:
      view - This object is used when creating or updating content.
      exportView - This object is used when creating or updating content.
      styledView - This object is used when creating or updating content.
      storage - This object is used when creating or updating content.
      editor - This object is used when creating or updating content.
      editor2 - This object is used when creating or updating content.
      wiki - This object is used when creating or updating content.
      atlasDocFormat - This object is used when creating or updating content.
      anonymousExportView - This object is used when creating or updating content.
    • Body632549

      protected Body632549()
  • Method Details

    • view

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

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

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

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

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

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

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

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

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

      public Body632549 view(Map<String,Object> view)
      This object is used when creating or updating content.
      Returns:
      this.
    • exportView

      public Body632549 exportView(Map<String,Object> exportView)
      This object is used when creating or updating content.
      Returns:
      this.
    • styledView

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

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

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

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

      public Body632549 wiki(Map<String,Object> wiki)
      This object is used when creating or updating content.
      Returns:
      this.
    • atlasDocFormat

      public Body632549 atlasDocFormat(Map<String,Object> atlasDocFormat)
      This object is used when creating or updating content.
      Returns:
      this.
    • anonymousExportView

      public Body632549 anonymousExportView(Map<String,Object> anonymousExportView)
      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