Index
All Classes|All Packages
D
- data - Variable in class com.patreonshout.beans.patreon_api.PatreonCampaignV2
- 
data represents the "Data" object returned by Patreon API V2
- data - Variable in class com.patreonshout.beans.patreon_api.PatreonObjectArrayV2
- 
data holds the information requested from the Patreon api
- data - Variable in class com.patreonshout.beans.patreon_api.PatreonObjectV2
- 
data holds a singlePatreonDataV2object requested from the Patreon api
- data - Variable in class com.patreonshout.beans.request.PutSocialIntegrationRequest
- 
AStringthat will contain either a webhook URL or a token
- data - Variable in class com.patreonshout.beans.request.receivers.patreon.WebhookRequest
- 
data represents the data object returned from the Patreon api
- data - Variable in class com.patreonshout.patreon.endpoints.objects.User
- 
the Data object that is defined in this class and holds the data returned from the OAuth
- Data() - Constructor for class com.patreonshout.patreon.endpoints.objects.User.Data
- dataSource() - Method in class com.patreonshout.config.JPAConfiguration
- 
Configures the data source to our database
- deleteByListAndPost(int, int) - Method in interface com.patreonshout.jpa.ListPostsRepository
- 
Deletes aListPostin the database by it's list_id and post_id
- DeleteFilter(FilterDeleteRequest) - Method in interface com.patreonshout.rest.interfaces.SearchFilterImpl
- 
Endpoint that will delete aSearchFilterobject from the database for a user
- DeleteFilter(FilterDeleteRequest) - Method in class com.patreonshout.rest.SearchFilterSvc
- 
Endpoint that will delete aSearchFilterobject from the database for a user
- deleteListByList_id(int) - Method in class com.patreonshout.jpa.ListsRepositoryImpl
- deleteListByListId(int) - Method in interface com.patreonshout.jpa.ListsRepository
- 
Deletes aListBeanobject via specific list_id
- deleteLoginToken(String) - Method in class com.patreonshout.jpa.WebAccountFunctions
- 
Removes a login token from aWebAccount
- DeletePostFromFavoritesList(FavoriteListRequest) - Method in interface com.patreonshout.rest.interfaces.ListImpl
- 
Deletes a post from the favorites list
- DeletePostFromFavoritesList(FavoriteListRequest) - Method in class com.patreonshout.rest.ListSvc
- 
Deletes a post from the favorites list
- deleteSearchFilterByFilterId(long) - Method in interface com.patreonshout.jpa.SearchFiltersRepository
- 
Deletes aSearchFilterin the database by it's filter_id
- DeleteUserList(ListDeleteRequest) - Method in interface com.patreonshout.rest.interfaces.ListImpl
- 
Endpoint that will delete aListBeanobject in the database
- DeleteUserList(ListDeleteRequest) - Method in class com.patreonshout.rest.ListSvc
- 
Endpoint that will delete aListBeanobject in the database
- DeleteUserTagOnSinglePost(TagDeleteRequest) - Method in interface com.patreonshout.rest.interfaces.TagImpl
- 
Endpoint that will delete the user given tag of a post from the database
- DeleteUserTagOnSinglePost(TagDeleteRequest) - Method in class com.patreonshout.rest.TagSvc
- 
Endpoint that will delete the user given tag of a post from the database
- description - Variable in class com.patreonshout.beans.ListBean
- 
description is the description of the list
- description - Variable in class com.patreonshout.beans.request.ListCreationRequest
- 
description is the new list description
- destroy() - Method in class com.patreonshout.config.filters.CorsFilter
- 
destroy method for CORS
- discord - Variable in class com.patreonshout.beans.SocialIntegration
- 
discord_data holds the Patreon content creator Discord Webhook URL needed for integration
- DISCORD - com.patreonshout.jpa.constants.SocialIntegrationName
- 
Discord platform
- DiscordWebhookUtil - Class in com.patreonshout.utils
- 
Sends Discord embed's to specified channels using webhooks
- DiscordWebhookUtil(String) - Constructor for class com.patreonshout.utils.DiscordWebhookUtil
- 
Instantiates client and embed with necessary information
- DiscordWebhookUtil(String, PatreonPostV2) - Constructor for class com.patreonshout.utils.DiscordWebhookUtil
- doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class com.patreonshout.config.filters.CorsFilter
- 
Creates the filter and assigns all attributes we want
- dsPassword - Variable in class com.patreonshout.config.JPAConfiguration
- 
dsPassword is the data source password we use to connect to the database
- dsUrl - Variable in class com.patreonshout.config.JPAConfiguration
- 
dsUrl is the data source url that is used to connect to the database
- dsUsername - Variable in class com.patreonshout.config.JPAConfiguration
- 
dsUsername is the data source username we use to connect to the database
All Classes|All Packages