Package com.patreonshout.beans.request
Class PostWebhookRequest
java.lang.Object
com.patreonshout.beans.request.PostWebhookRequest
public class PostWebhookRequest
extends java.lang.Object
Jackson Serialized object, used when a social integration is trying to be setup to cross post(not currently used)
-
Field Summary
Fields Modifier and Type Field Description private java.lang.String
loginToken
loginToken is the user's session login token(package private) SocialIntegrationName
socialIntegrationName
socialIntegrationName is the type of social integration we are trying to setup cross posting for -
Constructor Summary
Constructors Constructor Description PostWebhookRequest()
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
loginToken
private java.lang.String loginTokenloginToken is the user's session login token
-
-
Constructor Details
-
PostWebhookRequest
public PostWebhookRequest()
-
socialIntegrationName