Class User.Data.Attributes
java.lang.Object
com.patreonshout.patreon.endpoints.objects.User.Data.Attributes
- Enclosing class:
- User.Data
public class User.Data.Attributes
extends java.lang.Object
provides a toString for all the Patreon attributes
-
Field Summary
Fields Modifier and Type Field Description (package private) java.lang.String
about
the user's about text, which appears on their profile, can be null(package private) java.lang.Boolean
can_see_nsfw
true if this user can view nsfw content, can be null(package private) java.lang.String
created
datetime of this user's account creation(package private) java.lang.String
email
the user's email address, requires certain scopes to access, see the scopes section of this documentation(package private) java.lang.String
first_name
first name, can be null(package private) java.lang.String
full_name
combined first and last name(package private) java.lang.Boolean
hide_pledges
true if the user has chosen to keep private which creators they pledge to, can be null(package private) java.lang.String
image_url
the user's profile picture URL, scaled to width 400px(package private) java.lang.Boolean
is_email_verified
true if the user has confirmed their email(package private) java.lang.String
last_name
last name, can be null(package private) java.lang.Integer
like_count
how many posts this user has liked(package private) java.lang.Object
social_connections
mapping from user's connected app names to external user id on the respective app(package private) java.lang.String
thumb_url
the user's profile picture url, scaled to a square of size 100x100px(package private) java.lang.String
url
url of this user's creator or patron profile(package private) java.lang.String
vanity
the public "username" of the user, patreon.com/ goes to this user's creator page, non-creator users might not have a vanity, [Deprecated! use campaign.vanity] can be null. -
Constructor Summary
Constructors Constructor Description Attributes()
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
about
java.lang.String aboutthe user's about text, which appears on their profile, can be null -
can_see_nsfw
java.lang.Boolean can_see_nsfwtrue if this user can view nsfw content, can be null -
created
java.lang.String createddatetime of this user's account creation -
email
java.lang.String emailthe user's email address, requires certain scopes to access, see the scopes section of this documentation -
first_name
java.lang.String first_namefirst name, can be null -
full_name
java.lang.String full_namecombined first and last name -
hide_pledges
java.lang.Boolean hide_pledgestrue if the user has chosen to keep private which creators they pledge to, can be null -
image_url
java.lang.String image_urlthe user's profile picture URL, scaled to width 400px -
is_email_verified
java.lang.Boolean is_email_verifiedtrue if the user has confirmed their email -
last_name
java.lang.String last_namelast name, can be null -
like_count
java.lang.Integer like_counthow many posts this user has liked -
thumb_url
java.lang.String thumb_urlthe user's profile picture url, scaled to a square of size 100x100px -
url
java.lang.String urlurl of this user's creator or patron profile -
vanity
java.lang.String vanitythe public "username" of the user, patreon.com/ goes to this user's creator page, non-creator users might not have a vanity, [Deprecated! use campaign.vanity] can be null.
-
-
Constructor Details
-
Attributes
public Attributes()
-
social_connections