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
    A String that will contain either a webhook URL or a token
    (package private) java.lang.String loginToken
    A String login token that belongs to a WebAccount
    (package private) SocialIntegrationName socialIntegrationName
    An SocialIntegrationName 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 loginToken
      A String login token that belongs to a WebAccount
    • socialIntegrationName

      SocialIntegrationName socialIntegrationName
      An SocialIntegrationName that will contain the type of social platform desired for this request
    • data

      java.lang.String data
      A String that will contain either a webhook URL or a token
  • Constructor Details

    • PutSocialIntegrationRequest

      public PutSocialIntegrationRequest()