Klasse BlogPostSingle

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

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

    • id

      protected Long id
      ID of the blog post. Due to JavaScript's max integer representation of 2^53-1, the type of this field will be changed from a numeric type to a string type at the end of the deprecation period. In the meantime, serialize-ids-as-strings=true can be passed as a query param to any v2 endpoint to opt-in to this change now. See this [changelog](https://developer.atlassian.com/cloud/confluence/changelog/#CHANGE-905) for more detail.
    • status

      protected ContentStatus status
    • title

      protected String title
      Title of the blog post.
    • spaceId

      protected Long spaceId
      ID of the space the blog post is in. Due to JavaScript's max integer representation of 2^53-1, the type of this field will be changed from a numeric type to a string type at the end of the deprecation period. In the meantime, serialize-ids-as-strings=true can be passed as a query param to any v2 endpoint to opt-in to this change now. See this [changelog](https://developer.atlassian.com/cloud/confluence/changelog/#CHANGE-905) for more detail.
    • authorId

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

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

      protected Version version
    • body

      protected BodySingle body
  • Konstruktordetails

    • BlogPostSingle

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

      @Internal public BlogPostSingle(Long id, ContentStatus status, String title, Long spaceId, String authorId, OffsetDateTime createdAt, Version version, BodySingle body, AbstractPageLinks _links)
      Constructs a validated instance of BlogPostSingle.

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

      Parameter:
      id - ID of the blog post. Due to JavaScript's max integer representation of 2^53-1, the type of this field will be changed from a numeric type to a string type at the end of the deprecation period. In the meantime, serialize-ids-as-strings=true can be passed as a query param to any v2 endpoint to opt-in to this change now. See this [changelog](https://developer.atlassian.com/cloud/confluence/changelog/#CHANGE-905) for more detail.
      status - status
      title - Title of the blog post.
      spaceId - ID of the space the blog post is in. Due to JavaScript's max integer representation of 2^53-1, the type of this field will be changed from a numeric type to a string type at the end of the deprecation period. In the meantime, serialize-ids-as-strings=true can be passed as a query param to any v2 endpoint to opt-in to this change now. See this [changelog](https://developer.atlassian.com/cloud/confluence/changelog/#CHANGE-905) for more detail.
      authorId - The account ID of the user who created this blog post originally.
      createdAt - Date and time when the blog post was created. In format "YYYY-MM-DDTHH:mm:ss.sssZ".
      version - version
      body - body
      _links - _links
    • BlogPostSingle

      protected BlogPostSingle()
  • Methodendetails

    • builder

      public static BlogPostSingle.BlogPostSingleBuilder builder()
    • id

      public Long id()
      ID of the blog post. Due to JavaScript's max integer representation of 2^53-1, the type of this field will be changed from a numeric type to a string type at the end of the deprecation period. In the meantime, serialize-ids-as-strings=true can be passed as a query param to any v2 endpoint to opt-in to this change now. See this [changelog](https://developer.atlassian.com/cloud/confluence/changelog/#CHANGE-905) for more detail.
    • status

      public ContentStatus status()
    • title

      public String title()
      Title of the blog post.
    • spaceId

      public Long spaceId()
      ID of the space the blog post is in. Due to JavaScript's max integer representation of 2^53-1, the type of this field will be changed from a numeric type to a string type at the end of the deprecation period. In the meantime, serialize-ids-as-strings=true can be passed as a query param to any v2 endpoint to opt-in to this change now. See this [changelog](https://developer.atlassian.com/cloud/confluence/changelog/#CHANGE-905) for more detail.
    • authorId

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

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

      public Version version()
    • body

      public BodySingle body()
    • _links

      public AbstractPageLinks _links()
    • id

      public BlogPostSingle id(Long id)
      ID of the blog post. Due to JavaScript's max integer representation of 2^53-1, the type of this field will be changed from a numeric type to a string type at the end of the deprecation period. In the meantime, serialize-ids-as-strings=true can be passed as a query param to any v2 endpoint to opt-in to this change now. See this [changelog](https://developer.atlassian.com/cloud/confluence/changelog/#CHANGE-905) for more detail.
      Gibt zurück:
      this.
    • status

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

      public BlogPostSingle title(String title)
      Title of the blog post.
      Gibt zurück:
      this.
    • spaceId

      public BlogPostSingle spaceId(Long spaceId)
      ID of the space the blog post is in. Due to JavaScript's max integer representation of 2^53-1, the type of this field will be changed from a numeric type to a string type at the end of the deprecation period. In the meantime, serialize-ids-as-strings=true can be passed as a query param to any v2 endpoint to opt-in to this change now. See this [changelog](https://developer.atlassian.com/cloud/confluence/changelog/#CHANGE-905) for more detail.
      Gibt zurück:
      this.
    • authorId

      public BlogPostSingle authorId(String authorId)
      The account ID of the user who created this blog post originally.
      Gibt zurück:
      this.
    • createdAt

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

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

      public BlogPostSingle body(BodySingle body)
      Gibt zurück:
      this.
    • _links

      public BlogPostSingle _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