Package com.patreonshout.beans
Class MembershipBean
java.lang.Object
com.patreonshout.beans.MembershipBean
public class MembershipBean
extends java.lang.Object
POJO that shows a patron's membership details for a campaign
-
Field Summary
Fields Modifier and Type Field Description private int
campaignid
holds Patreon campaign idprivate boolean
is_follower
the user is not a pledging patron but has subscribed to updates about public postsprivate java.lang.String
patron_status
one of "active_patron", "declined_patron", "former_patron", or "null" if the member has never pledged -
Constructor Summary
Constructors Constructor Description MembershipBean()
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
is_follower
private boolean is_followerthe user is not a pledging patron but has subscribed to updates about public posts -
patron_status
private java.lang.String patron_statusone of "active_patron", "declined_patron", "former_patron", or "null" if the member has never pledged -
campaignid
private int campaignidholds Patreon campaign id
-
-
Constructor Details
-
MembershipBean
public MembershipBean()
-