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

F

FavoriteListRequest - Class in com.patreonshout.beans.request
Jackson Serialized object, used when a favorites list add request is received
FavoriteListRequest() - Constructor for class com.patreonshout.beans.request.FavoriteListRequest
 
fetchAllPledges(String) - Method in class com.patreonshout.patreon.CustomPatreonAPI
Gets all the pledges from Patreon API
fetchCampaigns() - Method in class com.patreonshout.patreon.CustomPatreonAPI
Gets the campaigns of a given access_token
fetchFollowingCampaigns() - Method in class com.patreonshout.patreon.CustomPatreonAPI
Gets the list of campaigns that the user is either following or pledged to
fetchPageOfPledges(String, int, String) - Method in class com.patreonshout.patreon.CustomPatreonAPI
Wrapper for fetching a page of pledges
fetchPageOfPledges(String, int, String, Collection<Pledge.PledgeField>) - Method in class com.patreonshout.patreon.CustomPatreonAPI
Gets a page of pledges from Patreon API
fetchPosts(String) - Method in class com.patreonshout.patreon.CustomPatreonAPI
Gets the Patreon posts from a given campaignId
fetchUser() - Method in class com.patreonshout.patreon.CustomPatreonAPI
Gets the Patreon User information
fetchUser(String) - Static method in class com.patreonshout.patreon.endpoints.EndpointWrapper
Sends a Patreon OAuth request
filter - Variable in class com.patreonshout.beans.request.FilterAddRequest
filter is the saved filter the user wants to filter posts by
filter - Variable in class com.patreonshout.beans.SearchFilter
filter is the search term that is set as the filter
FilterAddRequest - Class in com.patreonshout.beans.request
Jackson Serialized object, used when a filter add request is received
FilterAddRequest() - Constructor for class com.patreonshout.beans.request.FilterAddRequest
 
FilterCommonRequest - Class in com.patreonshout.beans.request
Jackson Serialized object, used for common json properties between search filter endpoint requests
FilterCommonRequest() - Constructor for class com.patreonshout.beans.request.FilterCommonRequest
 
FilterDeleteRequest - Class in com.patreonshout.beans.request
Jackson Serialized object, used for common json properties between search filter endpoint requests
FilterDeleteRequest() - Constructor for class com.patreonshout.beans.request.FilterDeleteRequest
 
filterId - Variable in class com.patreonshout.beans.request.FilterDeleteRequest
filter_id is the id of the filter to be deleted
filterId - Variable in class com.patreonshout.beans.SearchFilter
filter _id is the index/primary key for the search_filters table in our database
filterName - Variable in class com.patreonshout.beans.request.FilterAddRequest
filter_name is the name set to the filter provided by the user
filterName - Variable in class com.patreonshout.beans.SearchFilter
filter_name is the name of the filter shown on the filter list
findAllByCampaignId(int) - Method in interface com.patreonshout.jpa.PostsRepository
Returns a list of posts by the creator
findAllByListId(int) - Method in interface com.patreonshout.jpa.ListPostsRepository
Finds all the posts in a list by it's list_id
findAllByPostBean(PostBean) - Method in interface com.patreonshout.jpa.TagsRepository
Gets a list of the Tag objects that a user has put onto one post
findAllByPostId(int) - Method in interface com.patreonshout.jpa.ListPostsRepository
Finds all the posts in any list by it's post_id
findByLoginToken(String) - Method in interface com.patreonshout.jpa.WebAccountRepository
Gets a WebAccount object from a specified login token
findByUsername(String) - Method in interface com.patreonshout.jpa.WebAccountRepository
finds a WebAccount object from a specified username
findByWebaccountId(Long) - Method in interface com.patreonshout.jpa.PatreonCampaignsRepository
gets a PatreonCampaign by the user's web account id
findByWebAccountId(int) - Method in class com.patreonshout.jpa.WebAccountFunctions
Gets a WebAccount object from a specified web account id
findByWebAccountId(int) - Method in interface com.patreonshout.jpa.WebAccountRepository
Gets a WebAccount object from a specified web account id
findListBeanByWebAccountIdAndTitle(int, String) - Method in interface com.patreonshout.jpa.ListsRepository
Gets a list by the user and the list title.
findListBeansByWebAccountId(int) - Method in interface com.patreonshout.jpa.ListsRepository
Gets a list of ListBean objects by its webaccount_id
findPostBeanByUrl(String) - Method in interface com.patreonshout.jpa.PostsRepository
returns a post by the post's link
findPostsInListByListId(int, String) - Method in interface com.patreonshout.jpa.PostsRepository
find the posts in a list by list_id
findSearchFiltersByWebaccountId(int) - Method in interface com.patreonshout.jpa.SearchFiltersRepository
Finds all of the search filters associated with a user
findTagByPostBeanAndWebAccountAndTag(PostBean, WebAccount, String) - Method in interface com.patreonshout.jpa.TagsRepository
Find a particular Tag
first_name - Variable in class com.patreonshout.patreon.endpoints.objects.User.Data.Attributes
first name, can be null
full_name - Variable in class com.patreonshout.patreon.endpoints.objects.User.Data.Attributes
combined first and last name
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