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.StringdataAStringthat will contain either a webhook URL or a token(package private) java.lang.StringloginTokenAStringlogin token that belongs to aWebAccount(package private) SocialIntegrationNamesocialIntegrationNameAnSocialIntegrationNamethat 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 loginTokenAStringlogin token that belongs to aWebAccount -
data
java.lang.String dataAStringthat will contain either a webhook URL or a token
-
-
Constructor Details
-
PutSocialIntegrationRequest
public PutSocialIntegrationRequest()
-
socialIntegrationName
SocialIntegrationNamethat will contain the type of social platform desired for this request