Index

A B C D E F G H I J L M N O P R S T U V W 
All Classes|All Packages

L

last_name - Variable in class com.patreonshout.patreon.endpoints.objects.User.Data.Attributes
last name, can be null
lastAttemptedAt - Variable in class com.patreonshout.beans.patreon_api.PatreonWebhookV2
lastAttemptedAt is the last date that the webhook was attempted or used
like_count - Variable in class com.patreonshout.patreon.endpoints.objects.User.Data.Attributes
how many posts this user has liked
links - Variable in class com.patreonshout.beans.request.receivers.patreon.WebhookRequest
links represent the links object returned from the Patreon api
links - Variable in class com.patreonshout.patreon.endpoints.objects.User
the Links object that is defined in this class and holds the link to itself from the OAuth
Links() - Constructor for class com.patreonshout.patreon.endpoints.objects.User.Links
 
list_id - Variable in class com.patreonshout.beans.request.ListDeleteRequest
list_id is the id of the list to be updated
list_id - Variable in class com.patreonshout.beans.request.ListUpdateRequest
list_id is the id of the list to be updated
ListBean - Class in com.patreonshout.beans
POJO that relates to the lists table in our database
ListBean() - Constructor for class com.patreonshout.beans.ListBean
 
ListCreationRequest - Class in com.patreonshout.beans.request
Jackson Serialized object, used when a list creation request is received
ListCreationRequest() - Constructor for class com.patreonshout.beans.request.ListCreationRequest
 
ListDeleteRequest - Class in com.patreonshout.beans.request
Jackson Serialized object, used when a list delete request is received
ListDeleteRequest() - Constructor for class com.patreonshout.beans.request.ListDeleteRequest
 
listId - Variable in class com.patreonshout.beans.ListBean
list_id is the index/primary key for the list_posts table in our database
listId - Variable in class com.patreonshout.beans.ListPost
listId is the id of the list associated with the list_posts
listId - Variable in class com.patreonshout.beans.request.ListPostUpdateRequest.ListUpdate
list_id is the id of the list to be updated
ListImpl - Interface in com.patreonshout.rest.interfaces
Interface for endpoints relating to lists
ListPost - Class in com.patreonshout.beans
POJO that relates to the list_posts table in our database
ListPost() - Constructor for class com.patreonshout.beans.ListPost
 
listPostsId - Variable in class com.patreonshout.beans.ListPost
listPostsId is the index/primary key for the list_posts table in our database
listPostsRepository - Variable in class com.patreonshout.rest.ListSvc
An autowired Spring component that endpoints utilize to send or receive data from the database
ListPostsRepository - Interface in com.patreonshout.jpa
Spring Data Repository for easy use of CRUD operations on the PostBean object
ListPostsRepositoryImpl - Class in com.patreonshout.jpa
Implementation of custom Spring Data Repository for custom SQL functionality not automatically provided in JpaRepository
ListPostsRepositoryImpl() - Constructor for class com.patreonshout.jpa.ListPostsRepositoryImpl
 
ListPostUpdateRequest - Class in com.patreonshout.beans.request
Jackson Serialized object, used when a list post update request is received
ListPostUpdateRequest() - Constructor for class com.patreonshout.beans.request.ListPostUpdateRequest
 
ListPostUpdateRequest.ListUpdate - Class in com.patreonshout.beans.request
Jackson Serialized object, used when a list post update request is received, holds the update information for each list
listsRepository - Variable in class com.patreonshout.rest.ListSvc
An autowired Spring component that endpoints utilize to send or receive data from the lists table in the database
ListsRepository - Interface in com.patreonshout.jpa
Spring Data Repository for easy use of CRUD operations on the ListBean object
ListsRepositoryImpl - Class in com.patreonshout.jpa
Implementation of custom Spring Data Repository for custom SQL functionality not automatically provided in JpaRepository
ListsRepositoryImpl() - Constructor for class com.patreonshout.jpa.ListsRepositoryImpl
 
ListSvc - Class in com.patreonshout.rest
Lists RESTful Endpoint Interface
ListSvc() - Constructor for class com.patreonshout.rest.ListSvc
 
ListUpdate() - Constructor for class com.patreonshout.beans.request.ListPostUpdateRequest.ListUpdate
 
ListUpdateRequest - Class in com.patreonshout.beans.request
Jackson Serialized object, used when a list update request is received
ListUpdateRequest() - Constructor for class com.patreonshout.beans.request.ListUpdateRequest
 
listUpdates - Variable in class com.patreonshout.beans.request.ListPostUpdateRequest
listUpdates are the lists that will update(add/remove) the post specified through it's url
log - Static variable in class com.patreonshout.patreon.CustomPatreonAPI
log is used to send log output to the terminal
Login(LoginRequest) - Method in interface com.patreonshout.rest.interfaces.WebAccountImpl
Endpoint that will create a new WebAccountFunctions into the database
Login(LoginRequest) - Method in class com.patreonshout.rest.WebAccountSvc
Endpoint that will create a new WebAccountFunctions into the database
LoginRequest - Class in com.patreonshout.beans.request
Jackson Serialized object, used when a login request is received
LoginRequest() - Constructor for class com.patreonshout.beans.request.LoginRequest
 
LoginResponse - Class in com.patreonshout.beans.response
POJO that holds the login token needed for logging in, is used during the login http request
LoginResponse() - Constructor for class com.patreonshout.beans.response.LoginResponse
 
loginToken - Variable in class com.patreonshout.beans.request.FavoriteListRequest
loginToken is the user's login session token
loginToken - Variable in class com.patreonshout.beans.request.FilterCommonRequest
loginToken is the user's login session token
loginToken - Variable in class com.patreonshout.beans.request.ListCreationRequest
loginToken is the user's login session token
loginToken - Variable in class com.patreonshout.beans.request.ListDeleteRequest
loginToken is the user's login session token
loginToken - Variable in class com.patreonshout.beans.request.ListPostUpdateRequest
loginToken is the user's login session token
loginToken - Variable in class com.patreonshout.beans.request.PostGetMultipleRequest
loginToken is the user's login session token
loginToken - Variable in class com.patreonshout.beans.request.PostWebhookRequest
loginToken is the user's session login token
loginToken - Variable in class com.patreonshout.beans.request.PutSocialIntegrationRequest
A String login token that belongs to a WebAccount
loginToken - Variable in class com.patreonshout.beans.request.ResetPasswordRequest
A String login token that belongs to a WebAccount
loginToken - Variable in class com.patreonshout.beans.request.TagAddRequest
loginToken is the user's login session token
loginToken - Variable in class com.patreonshout.beans.request.TagDeleteRequest
loginToken is the user's login session token
loginToken - Variable in class com.patreonshout.beans.request.TagGetRequest
loginToken is the user's login session token
loginToken - Variable in class com.patreonshout.beans.WebAccount
login_token is a String that holds the login token for the account
Logout(String) - Method in interface com.patreonshout.rest.interfaces.WebAccountImpl
Endpoint that will delete a login token from a WebAccountFunctions in the database
Logout(String) - Method in class com.patreonshout.rest.WebAccountSvc
Endpoint that will delete a login token from a WebAccountFunctions in the database
A B C D E F G H I J L M N O P R S T U V W 
All Classes|All Packages