Class PatreonCampaignV2

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

public class PatreonCampaignV2
extends java.lang.Object
POJO to store the data received from Patreon sending us an http request
  • Field Summary

    Fields
    Modifier and Type Field Description
    (package private) PatreonDataV2 data
    data represents the "Data" object returned by Patreon API V2
    (package private) java.lang.String vanity
    vanity is the content creator's url name
  • Constructor Summary

    Constructors
    Constructor Description
    PatreonCampaignV2()  
  • Method Summary

    Methods inherited from class java.lang.Object

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

    • vanity

      java.lang.String vanity
      vanity is the content creator's url name
    • data

      data represents the "Data" object returned by Patreon API V2
  • Constructor Details

    • PatreonCampaignV2

      public PatreonCampaignV2()