Class PatreonPostV2

java.lang.Object
com.patreonshout.beans.patreon_api.PatreonPostV2

public class PatreonPostV2
extends java.lang.Object
POJO that holds post information returned from the Patreon api
  • Field Summary

    Fields
    Modifier and Type Field Description
    (package private) java.lang.String appId
    appId holds the platform app id
    (package private) java.lang.String appStatus
    appStatus holds the processing status of a post
    (package private) java.lang.String content
    content holds the content of a post
    (package private) java.lang.String embedData
    embedData holds an object containing embed data if media is embedded in a post(Patreon api never returns any embed data)
    (package private) java.lang.String embedUrl
    embedUrl holds the embed media url in a post(Patreon api never returns any embed data)
    (package private) java.lang.Boolean isPaid
    isPaid is true of the post incurs a bill as part of a per-per-post campaign
    (package private) java.lang.Boolean isPublic
    isPublic is true of the post is viewable by anyone, false if only for patrons to view
    (package private) java.lang.String publishedAt
    publishedAt is the datetime that the creator most recently published the post
    (package private) java.lang.String title
    title is the title of the post
    (package private) java.lang.String url
    url is the url of the post
  • Constructor Summary

    Constructors
    Constructor Description
    PatreonPostV2()  
  • Method Summary

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • appId

      java.lang.String appId
      appId holds the platform app id
    • appStatus

      java.lang.String appStatus
      appStatus holds the processing status of a post
    • content

      java.lang.String content
      content holds the content of a post
    • embedData

      java.lang.String embedData
      embedData holds an object containing embed data if media is embedded in a post(Patreon api never returns any embed data)
    • embedUrl

      java.lang.String embedUrl
      embedUrl holds the embed media url in a post(Patreon api never returns any embed data)
    • isPaid

      java.lang.Boolean isPaid
      isPaid is true of the post incurs a bill as part of a per-per-post campaign
    • isPublic

      java.lang.Boolean isPublic
      isPublic is true of the post is viewable by anyone, false if only for patrons to view
    • publishedAt

      java.lang.String publishedAt
      publishedAt is the datetime that the creator most recently published the post
    • title

      java.lang.String title
      title is the title of the post
    • url

      java.lang.String url
      url is the url of the post
  • Constructor Details

    • PatreonPostV2

      public PatreonPostV2()