java.lang.Object
io.github.primelib.confluence4j.rest.v2.model.PageBulk

@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator") public class PageBulk extends Object
PageBulk
  • Felddetails

    • id

      protected String id
      ID of the page.
    • status

      protected ContentStatus status
    • title

      protected String title
      Title of the page.
    • spaceId

      protected String spaceId
      ID of the space the page is in.
    • parentId

      protected String parentId
      ID of the parent page, or null if there is no parent page.
    • parentType

      protected ParentContentType parentType
    • position

      protected Integer position
      Position of child page within the given parent page tree.
    • authorId

      protected String authorId
      The account ID of the user who created this page originally.
    • ownerId

      protected String ownerId
      The account ID of the user who owns this page.
    • lastOwnerId

      protected String lastOwnerId
      The account ID of the user who owned this page previously, or null if there is no previous owner.
    • createdAt

      protected OffsetDateTime createdAt
      Date and time when the page was created. In format "YYYY-MM-DDTHH:mm:ss.sssZ".
    • version

      protected Version version
    • body

      protected BodyBulk body
  • Konstruktordetails

    • PageBulk

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

      @Internal public PageBulk(String id, ContentStatus status, String title, String spaceId, String parentId, ParentContentType parentType, Integer position, String authorId, String ownerId, String lastOwnerId, OffsetDateTime createdAt, Version version, BodyBulk body, AbstractPageLinks _links)
      Constructs a validated instance of PageBulk.

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

      Parameter:
      id - ID of the page.
      status - status
      title - Title of the page.
      spaceId - ID of the space the page is in.
      parentId - ID of the parent page, or null if there is no parent page.
      parentType - parentType
      position - Position of child page within the given parent page tree.
      authorId - The account ID of the user who created this page originally.
      ownerId - The account ID of the user who owns this page.
      lastOwnerId - The account ID of the user who owned this page previously, or null if there is no previous owner.
      createdAt - Date and time when the page was created. In format "YYYY-MM-DDTHH:mm:ss.sssZ".
      version - version
      body - body
      _links - _links
    • PageBulk

      protected PageBulk()
  • Methodendetails

    • builder

      public static PageBulk.PageBulkBuilder builder()
    • id

      public String id()
      ID of the page.
    • status

      public ContentStatus status()
    • title

      public String title()
      Title of the page.
    • spaceId

      public String spaceId()
      ID of the space the page is in.
    • parentId

      public String parentId()
      ID of the parent page, or null if there is no parent page.
    • parentType

      public ParentContentType parentType()
    • position

      public Integer position()
      Position of child page within the given parent page tree.
    • authorId

      public String authorId()
      The account ID of the user who created this page originally.
    • ownerId

      public String ownerId()
      The account ID of the user who owns this page.
    • lastOwnerId

      public String lastOwnerId()
      The account ID of the user who owned this page previously, or null if there is no previous owner.
    • createdAt

      public OffsetDateTime createdAt()
      Date and time when the page was created. In format "YYYY-MM-DDTHH:mm:ss.sssZ".
    • version

      public Version version()
    • body

      public BodyBulk body()
    • _links

      public AbstractPageLinks _links()
    • id

      public PageBulk id(String id)
      ID of the page.
      Gibt zurück:
      this.
    • status

      public PageBulk status(ContentStatus status)
      Gibt zurück:
      this.
    • title

      public PageBulk title(String title)
      Title of the page.
      Gibt zurück:
      this.
    • spaceId

      public PageBulk spaceId(String spaceId)
      ID of the space the page is in.
      Gibt zurück:
      this.
    • parentId

      public PageBulk parentId(String parentId)
      ID of the parent page, or null if there is no parent page.
      Gibt zurück:
      this.
    • parentType

      public PageBulk parentType(ParentContentType parentType)
      Gibt zurück:
      this.
    • position

      public PageBulk position(Integer position)
      Position of child page within the given parent page tree.
      Gibt zurück:
      this.
    • authorId

      public PageBulk authorId(String authorId)
      The account ID of the user who created this page originally.
      Gibt zurück:
      this.
    • ownerId

      public PageBulk ownerId(String ownerId)
      The account ID of the user who owns this page.
      Gibt zurück:
      this.
    • lastOwnerId

      public PageBulk lastOwnerId(String lastOwnerId)
      The account ID of the user who owned this page previously, or null if there is no previous owner.
      Gibt zurück:
      this.
    • createdAt

      public PageBulk createdAt(OffsetDateTime createdAt)
      Date and time when the page was created. In format "YYYY-MM-DDTHH:mm:ss.sssZ".
      Gibt zurück:
      this.
    • version

      public PageBulk version(Version version)
      Gibt zurück:
      this.
    • body

      public PageBulk body(BodyBulk body)
      Gibt zurück:
      this.
    • _links

      public PageBulk _links(AbstractPageLinks _links)
      Gibt zurück:
      this.
    • equals

      public boolean equals(Object o)
      Setzt außer Kraft:
      equals in Klasse Object
    • canEqual

      protected boolean canEqual(Object other)
    • hashCode

      public int hashCode()
      Setzt außer Kraft:
      hashCode in Klasse Object
    • toString

      public String toString()
      Setzt außer Kraft:
      toString in Klasse Object