Index
All Classes|All Packages
T
- tag - Variable in class com.patreonshout.beans.request.TagAddRequest
- 
filter is the saved filter the user wants to filter posts by
- tag - Variable in class com.patreonshout.beans.request.TagDeleteRequest
- 
filter is the saved filter the user wants to filter posts by
- tag - Variable in class com.patreonshout.beans.Tag
- 
tag is the post tag the user associates with the post
- Tag - Class in com.patreonshout.beans
- 
POJO that relates to the tags table in our database
- Tag() - Constructor for class com.patreonshout.beans.Tag
- TagAddRequest - Class in com.patreonshout.beans.request
- 
Jackson Serialized object, used when a filter add request is received
- TagAddRequest() - Constructor for class com.patreonshout.beans.request.TagAddRequest
- TagDeleteRequest - Class in com.patreonshout.beans.request
- 
Jackson Serialized object, used when a filter add request is received
- TagDeleteRequest() - Constructor for class com.patreonshout.beans.request.TagDeleteRequest
- TagGetRequest - Class in com.patreonshout.beans.request
- 
Jackson Serialized object, used when a filter add request is received
- TagGetRequest() - Constructor for class com.patreonshout.beans.request.TagGetRequest
- tagId - Variable in class com.patreonshout.beans.Tag
- 
tagId is aIntegerprimary key for the tags table in the database
- TagImpl - Interface in com.patreonshout.rest.interfaces
- 
Interface for endpoints relating to lists
- tags - Variable in class com.patreonshout.beans.PostBean
- 
tags is the list ofTagobjects linked with this PostBean object
- tags - Variable in class com.patreonshout.beans.WebAccount
- 
tags is the list ofTagobjects linked with this WebAccount object
- tagsRepository - Variable in class com.patreonshout.rest.TagSvc
- 
An autowired Spring component that endpoints utilize to send or receive data from the tags table in the database
- TagsRepository - Interface in com.patreonshout.jpa
- 
Spring Data Repository for easy use of CRUD operations on theTagobject
- TagsRepositoryImpl - Class in com.patreonshout.jpa
- 
Implementation of custom Spring Data Repository for custom SQL functionality not automatically provided inJpaRepository
- TagsRepositoryImpl() - Constructor for class com.patreonshout.jpa.TagsRepositoryImpl
- TagSvc - Class in com.patreonshout.rest
- 
Tags RESTful Endpoint Interface
- TagSvc() - Constructor for class com.patreonshout.rest.TagSvc
- testy(String) - Method in class com.patreonshout.jpa.WebAccountFunctions
- thumb_url - Variable in class com.patreonshout.patreon.endpoints.objects.User.Data.Attributes
- 
the user's profile picture url, scaled to a square of size 100x100px
- title - Variable in class com.patreonshout.beans.ListBean
- 
title is the title of the list
- title - Variable in class com.patreonshout.beans.patreon_api.PatreonPostV2
- 
title is the title of the post
- title - Variable in class com.patreonshout.beans.PostBean
- 
title is the title of the Patreon post
- title - Variable in class com.patreonshout.beans.request.ListCreationRequest
- 
title is the new list title
- token - Variable in class com.patreonshout.beans.response.LoginResponse
- 
User login token.
- token - Variable in class com.patreonshout.patreon.PostGetter
- 
Patreon API token needed to provide authorization to get Patreon content creator information
- total - Variable in class com.patreonshout.beans.patreon_api.PatreonPaginationV2
- 
total holds the total pages left in the paginated data returned from the Patreon api
- transactionManager() - Method in class com.patreonshout.config.JPAConfiguration
- 
Java Persistence API Transaction Manager between the program and our database
- triggers - Variable in class com.patreonshout.beans.patreon_api.PatreonWebhookV2
- 
triggers is a list of events that will triger the webhook
- TWITTER - com.patreonshout.jpa.constants.SocialIntegrationName
- 
Twitter platform
- twitterAccessToken - Variable in class com.patreonshout.beans.SocialIntegration
- 
twitterAccessToken holds the Twitter access_token needed for integration
- TwitterApiUtil - Class in com.patreonshout.utils
- 
This class is used to send new patreon posts to twitter
- TwitterApiUtil() - Constructor for class com.patreonshout.utils.TwitterApiUtil
- twitterClient() - Method in class com.patreonshout.config.PSConfiguration
- 
Creates a newTwitterCredentialsobject holding our twitter application credentials
- twitterClientId - Variable in class com.patreonshout.config.PSConfiguration
- 
twitterClientId is the client id of our Twitter app
- twitterClientSecret - Variable in class com.patreonshout.config.PSConfiguration
- 
twitterClientSecret is the client secret of our Twitter app
- twitterCredentials - Variable in class com.patreonshout.rest.ReceiverSvc
- 
twitterCredentials is a Spring bean that holds our Twitter app credentials
- TwitterCredentials - Class in com.patreonshout.config.credentials
- 
This class holds twitter credential information for the Twitter app we use to create posts on a user's behalf
- TwitterCredentials(String, String, String) - Constructor for class com.patreonshout.config.credentials.TwitterCredentials
- 
Sets the Twitter credentials
- TwitterOAuth(String, String) - Method in interface com.patreonshout.rest.interfaces.ReceiverImpl
- 
Is called by Twitter in order to give us information for linking a user's account via OAuth
- TwitterOAuth(String, String) - Method in class com.patreonshout.rest.ReceiverSvc
- 
Is called by Twitter in order to give us information for linking a user's account via OAuth
- twitterRedirectUri - Variable in class com.patreonshout.config.PSConfiguration
- 
twitterRedirectUri is the redirect ui of our Twitter app
- twitterRefreshToken - Variable in class com.patreonshout.beans.SocialIntegration
- 
twitterRefreshToken holds the Twitter refresh token needed for integration
- type - Variable in class com.patreonshout.beans.patreon_api.PatreonDataArrayEntryV2
- 
type holds Patreon api type info
- type - Variable in class com.patreonshout.beans.patreon_api.PatreonDataV2
- 
type holds Patreon api type info
- type - Variable in class com.patreonshout.patreon.endpoints.objects.User.Data
- 
the Patreon type
All Classes|All Packages