Class WebhookRequest

java.lang.Object
com.patreonshout.beans.request.receivers.patreon.WebhookRequest

public class WebhookRequest
extends java.lang.Object
POJO that holds the webhook request information sent from the Patreon api
  • Field Summary

    Fields
    Modifier and Type Field Description
    (package private) PatreonDataV2 data
    data represents the data object returned from the Patreon api
    (package private) PatreonLinksV2 links
    links represent the links object returned from the Patreon api
  • Constructor Summary

    Constructors
    Constructor Description
    WebhookRequest()  
  • Method Summary

    Methods inherited from class java.lang.Object

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

    • data

      data represents the data object returned from the Patreon api
  • Constructor Details

    • WebhookRequest

      public WebhookRequest()