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 id
    private boolean is_follower
    the user is not a pledging patron but has subscribed to updates about public posts
    private 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_follower
      the user is not a pledging patron but has subscribed to updates about public posts
    • patron_status

      private java.lang.String patron_status
      one of "active_patron", "declined_patron", "former_patron", or "null" if the member has never pledged
    • campaignid

      private int campaignid
      holds Patreon campaign id
  • Constructor Details

    • MembershipBean

      public MembershipBean()