content
java.lang.String content
content holds the content of a post
public class PatreonPostV2
extends java.lang.Object
| 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 | Description | 
|---|---|
PatreonPostV2() | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait