Package com.patreonshout.beans.request
Class PutSocialIntegrationRequest
java.lang.Object
com.patreonshout.beans.request.PutSocialIntegrationRequest
public class PutSocialIntegrationRequest
extends java.lang.Object
POJO used in requests for the Integration endpoint.
-
Field Summary
Fields Modifier and Type Field Description (package private) java.lang.String
data
AString
that will contain either a webhook URL or a token(package private) java.lang.String
loginToken
AString
login token that belongs to aWebAccount
(package private) SocialIntegrationName
socialIntegrationName
AnSocialIntegrationName
that will contain the type of social platform desired for this request -
Constructor Summary
Constructors Constructor Description PutSocialIntegrationRequest()
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
loginToken
java.lang.String loginTokenAString
login token that belongs to aWebAccount
-
data
java.lang.String dataAString
that will contain either a webhook URL or a token
-
-
Constructor Details
-
PutSocialIntegrationRequest
public PutSocialIntegrationRequest()
-
socialIntegrationName
SocialIntegrationName
that will contain the type of social platform desired for this request