Klasse CustomContentBulk

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

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

    • id

      protected String id
      ID of the custom content.
    • type

      protected String type
      The type of custom content.
    • status

      protected ContentStatus status
    • title

      protected String title
      Title of the custom content.
    • spaceId

      protected String spaceId
      ID of the space the custom content is in. Note: This is always returned, regardless of if the custom content has a container that is a space.
    • pageId

      protected String pageId
      ID of the containing page. Note: This is only returned if the custom content has a container that is a page.
    • blogPostId

      protected String blogPostId
      ID of the containing blog post. Note: This is only returned if the custom content has a container that is a blog post.
    • customContentId

      protected String customContentId
      ID of the containing custom content. Note: This is only returned if the custom content has a container that is custom content.
    • authorId

      protected String authorId
      The account ID of the user who created this custom content originally.
    • createdAt

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

      protected Version version
    • body

      protected CustomContentBodyBulk body
  • Konstruktordetails

    • CustomContentBulk

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

      @Internal public CustomContentBulk(String id, String type, ContentStatus status, String title, String spaceId, String pageId, String blogPostId, String customContentId, String authorId, OffsetDateTime createdAt, Version version, CustomContentBodyBulk body, CustomContentLinks _links)
      Constructs a validated instance of CustomContentBulk.

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

      Parameter:
      id - ID of the custom content.
      type - The type of custom content.
      status - status
      title - Title of the custom content.
      spaceId - ID of the space the custom content is in. Note: This is always returned, regardless of if the custom content has a container that is a space.
      pageId - ID of the containing page. Note: This is only returned if the custom content has a container that is a page.
      blogPostId - ID of the containing blog post. Note: This is only returned if the custom content has a container that is a blog post.
      customContentId - ID of the containing custom content. Note: This is only returned if the custom content has a container that is custom content.
      authorId - The account ID of the user who created this custom content originally.
      createdAt - Date and time when the custom content was created. In format "YYYY-MM-DDTHH:mm:ss.sssZ".
      version - version
      body - body
      _links - _links
    • CustomContentBulk

      protected CustomContentBulk()
  • Methodendetails

    • builder

    • id

      public String id()
      ID of the custom content.
    • type

      public String type()
      The type of custom content.
    • status

      public ContentStatus status()
    • title

      public String title()
      Title of the custom content.
    • spaceId

      public String spaceId()
      ID of the space the custom content is in. Note: This is always returned, regardless of if the custom content has a container that is a space.
    • pageId

      public String pageId()
      ID of the containing page. Note: This is only returned if the custom content has a container that is a page.
    • blogPostId

      public String blogPostId()
      ID of the containing blog post. Note: This is only returned if the custom content has a container that is a blog post.
    • customContentId

      public String customContentId()
      ID of the containing custom content. Note: This is only returned if the custom content has a container that is custom content.
    • authorId

      public String authorId()
      The account ID of the user who created this custom content originally.
    • createdAt

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

      public Version version()
    • body

      public CustomContentBodyBulk body()
    • _links

      public CustomContentLinks _links()
    • id

      public CustomContentBulk id(String id)
      ID of the custom content.
      Gibt zurück:
      this.
    • type

      public CustomContentBulk type(String type)
      The type of custom content.
      Gibt zurück:
      this.
    • status

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

      public CustomContentBulk title(String title)
      Title of the custom content.
      Gibt zurück:
      this.
    • spaceId

      public CustomContentBulk spaceId(String spaceId)
      ID of the space the custom content is in. Note: This is always returned, regardless of if the custom content has a container that is a space.
      Gibt zurück:
      this.
    • pageId

      public CustomContentBulk pageId(String pageId)
      ID of the containing page. Note: This is only returned if the custom content has a container that is a page.
      Gibt zurück:
      this.
    • blogPostId

      public CustomContentBulk blogPostId(String blogPostId)
      ID of the containing blog post. Note: This is only returned if the custom content has a container that is a blog post.
      Gibt zurück:
      this.
    • customContentId

      public CustomContentBulk customContentId(String customContentId)
      ID of the containing custom content. Note: This is only returned if the custom content has a container that is custom content.
      Gibt zurück:
      this.
    • authorId

      public CustomContentBulk authorId(String authorId)
      The account ID of the user who created this custom content originally.
      Gibt zurück:
      this.
    • createdAt

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

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

      Gibt zurück:
      this.
    • _links

      public CustomContentBulk _links(CustomContentLinks _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