A C F G I O R S T 

A

Article - Class in io.cryptocontrol.cryptonewsapi.models
Represents an article coming from the CryptoControl.io API
Article() - Constructor for class io.cryptocontrol.cryptonewsapi.models.Article
 
Article.ArticleList - Class in io.cryptocontrol.cryptonewsapi.models
 
Article.Coin - Class in io.cryptocontrol.cryptonewsapi.models
 
Article.SimilarArticle - Class in io.cryptocontrol.cryptonewsapi.models
 
ArticleList() - Constructor for class io.cryptocontrol.cryptonewsapi.models.Article.ArticleList
 

C

CategoryResponse - Class in io.cryptocontrol.cryptonewsapi.models
A category response from the CryptoControl server
CategoryResponse() - Constructor for class io.cryptocontrol.cryptonewsapi.models.CategoryResponse
 
Coin() - Constructor for class io.cryptocontrol.cryptonewsapi.models.Article.Coin
 
CryptoControlApi - Class in io.cryptocontrol.cryptonewsapi
Interface to the CryptoControl API.
CryptoControlApi(String) - Constructor for class io.cryptocontrol.cryptonewsapi.CryptoControlApi
 
CryptoControlApi.OnResponseHandler<T> - Interface in io.cryptocontrol.cryptonewsapi
 

F

Feed - Class in io.cryptocontrol.cryptonewsapi.models
 
Feed() - Constructor for class io.cryptocontrol.cryptonewsapi.models.Feed
 
Feed.FeedList - Class in io.cryptocontrol.cryptonewsapi.models
 
FeedList() - Constructor for class io.cryptocontrol.cryptonewsapi.models.Feed.FeedList
 

G

getActivityHotness() - Method in class io.cryptocontrol.cryptonewsapi.models.Article
 
getAnalysisArticles() - Method in class io.cryptocontrol.cryptonewsapi.models.CategoryResponse
 
getArticle() - Method in class io.cryptocontrol.cryptonewsapi.models.Feed
 
getBlockchainArticles() - Method in class io.cryptocontrol.cryptonewsapi.models.CategoryResponse
 
getCoins() - Method in class io.cryptocontrol.cryptonewsapi.models.Article
 
getComments() - Method in class io.cryptocontrol.cryptonewsapi.models.RedditPost
 
getDescription() - Method in class io.cryptocontrol.cryptonewsapi.models.Article
 
getDescription() - Method in class io.cryptocontrol.cryptonewsapi.models.RedditPost
 
getDownvotes() - Method in class io.cryptocontrol.cryptonewsapi.models.RedditPost
 
getExchangesArticles() - Method in class io.cryptocontrol.cryptonewsapi.models.CategoryResponse
 
getFavoriteCount() - Method in class io.cryptocontrol.cryptonewsapi.models.Tweet
 
getGeneralArticles() - Method in class io.cryptocontrol.cryptonewsapi.models.CategoryResponse
 
getGovernmentArticles() - Method in class io.cryptocontrol.cryptonewsapi.models.CategoryResponse
 
getHashtags() - Method in class io.cryptocontrol.cryptonewsapi.models.Tweet
 
getHotness() - Method in class io.cryptocontrol.cryptonewsapi.models.Article
 
getICOArticles() - Method in class io.cryptocontrol.cryptonewsapi.models.CategoryResponse
 
getId() - Method in class io.cryptocontrol.cryptonewsapi.models.Article.Coin
 
getId() - Method in class io.cryptocontrol.cryptonewsapi.models.Article
 
getId() - Method in class io.cryptocontrol.cryptonewsapi.models.Article.SimilarArticle
 
getId() - Method in class io.cryptocontrol.cryptonewsapi.models.RedditPost
 
getId() - Method in class io.cryptocontrol.cryptonewsapi.models.Tweet
 
getLatestFeedByCoin(String, CryptoControlApi.OnResponseHandler<List<Feed>>) - Method in class io.cryptocontrol.cryptonewsapi.CryptoControlApi
Get feed (articles/tweets/reddit) for a specific coin from the CryptoControl API.
getLatestNews(CryptoControlApi.OnResponseHandler<List<Article>>) - Method in class io.cryptocontrol.cryptonewsapi.CryptoControlApi
Get the latest news articles from the CryptoControl News API.
getLatestNewsByCoin(String, CryptoControlApi.OnResponseHandler<List<Article>>) - Method in class io.cryptocontrol.cryptonewsapi.CryptoControlApi
Get the latest news articles for a specific coin from the CryptoControl News API.
getLatestRedditPostsByCoin(String, CryptoControlApi.OnResponseHandler<List<RedditPost>>) - Method in class io.cryptocontrol.cryptonewsapi.CryptoControlApi
Get the latest reddit posts for a specific coin from the CryptoControl API.
getLatestTweetsByCoin(String, CryptoControlApi.OnResponseHandler<List<Tweet>>) - Method in class io.cryptocontrol.cryptonewsapi.CryptoControlApi
Get the top tweets for a specific coin from the CryptoControl API.
getLinks() - Method in class io.cryptocontrol.cryptonewsapi.models.Tweet
 
getMentions() - Method in class io.cryptocontrol.cryptonewsapi.models.Tweet
 
getMiningArticles() - Method in class io.cryptocontrol.cryptonewsapi.models.CategoryResponse
 
getName() - Method in class io.cryptocontrol.cryptonewsapi.models.Article.Coin
 
getOriginalImageUrl() - Method in class io.cryptocontrol.cryptonewsapi.models.Article
 
getPrimaryCategory() - Method in class io.cryptocontrol.cryptonewsapi.models.Article
 
getPublishedAt() - Method in class io.cryptocontrol.cryptonewsapi.models.Article
 
getPublishedAt() - Method in class io.cryptocontrol.cryptonewsapi.models.Article.SimilarArticle
 
getPublishedAt() - Method in class io.cryptocontrol.cryptonewsapi.models.RedditPost
 
getPublishedAt() - Method in class io.cryptocontrol.cryptonewsapi.models.Tweet
 
getReddit() - Method in class io.cryptocontrol.cryptonewsapi.models.Feed
 
getRetweetCount() - Method in class io.cryptocontrol.cryptonewsapi.models.Tweet
 
getRetweeted() - Method in class io.cryptocontrol.cryptonewsapi.models.Tweet
 
getScore() - Method in class io.cryptocontrol.cryptonewsapi.models.RedditPost
 
getSelf() - Method in class io.cryptocontrol.cryptonewsapi.models.RedditPost
 
getSimilarArticles() - Method in class io.cryptocontrol.cryptonewsapi.models.Article
 
getSlug() - Method in class io.cryptocontrol.cryptonewsapi.models.Article.Coin
 
getSubreddit() - Method in class io.cryptocontrol.cryptonewsapi.models.RedditPost
 
getSymbols() - Method in class io.cryptocontrol.cryptonewsapi.models.Tweet
 
getText() - Method in class io.cryptocontrol.cryptonewsapi.models.Tweet
 
getThumbnail() - Method in class io.cryptocontrol.cryptonewsapi.models.Article
 
getTitle() - Method in class io.cryptocontrol.cryptonewsapi.models.Article
 
getTitle() - Method in class io.cryptocontrol.cryptonewsapi.models.Article.SimilarArticle
 
getTitle() - Method in class io.cryptocontrol.cryptonewsapi.models.RedditPost
 
getTopFeedByCoin(String, CryptoControlApi.OnResponseHandler<List<Feed>>) - Method in class io.cryptocontrol.cryptonewsapi.CryptoControlApi
Get feed (articles/tweets/reddit) for a specific coin from the CryptoControl API.
getTopNews(CryptoControlApi.OnResponseHandler<List<Article>>) - Method in class io.cryptocontrol.cryptonewsapi.CryptoControlApi
Get the top news articles from the CryptoControl News API.
getTopNewsByCategory(CryptoControlApi.OnResponseHandler<CategoryResponse>) - Method in class io.cryptocontrol.cryptonewsapi.CryptoControlApi
Get news articles grouped by category from the CryptoControl News API.
getTopNewsByCoin(String, CryptoControlApi.OnResponseHandler<List<Article>>) - Method in class io.cryptocontrol.cryptonewsapi.CryptoControlApi
Get the top news articles for a specific coin from the CryptoControl API.
getTopNewsByCoinCategory(String, CryptoControlApi.OnResponseHandler<CategoryResponse>) - Method in class io.cryptocontrol.cryptonewsapi.CryptoControlApi
Get news articles grouped by category for a specific coin from the CryptoControl News API.
getTopRedditPostsByCoin(String, CryptoControlApi.OnResponseHandler<List<RedditPost>>) - Method in class io.cryptocontrol.cryptonewsapi.CryptoControlApi
Get the top reddit posts for a specific coin from the CryptoControl API.
getTopTweetsByCoin(String, CryptoControlApi.OnResponseHandler<List<Tweet>>) - Method in class io.cryptocontrol.cryptonewsapi.CryptoControlApi
Get the latest tweets for a specific coin from the CryptoControl API.
getTradingSymbol() - Method in class io.cryptocontrol.cryptonewsapi.models.Article.Coin
 
getTweet() - Method in class io.cryptocontrol.cryptonewsapi.models.Feed
 
getType() - Method in class io.cryptocontrol.cryptonewsapi.models.Feed
 
getUpvotes() - Method in class io.cryptocontrol.cryptonewsapi.models.RedditPost
 
getUrl() - Method in class io.cryptocontrol.cryptonewsapi.models.Article
 
getUrl() - Method in class io.cryptocontrol.cryptonewsapi.models.Article.SimilarArticle
 
getUrl() - Method in class io.cryptocontrol.cryptonewsapi.models.RedditPost
 
getUsername() - Method in class io.cryptocontrol.cryptonewsapi.models.Tweet
 
getWords() - Method in class io.cryptocontrol.cryptonewsapi.models.Article
 

I

io.cryptocontrol.cryptonewsapi - package io.cryptocontrol.cryptonewsapi
 
io.cryptocontrol.cryptonewsapi.models - package io.cryptocontrol.cryptonewsapi.models
 

O

onFailure(Exception) - Method in interface io.cryptocontrol.cryptonewsapi.CryptoControlApi.OnResponseHandler
 
onSuccess(T) - Method in interface io.cryptocontrol.cryptonewsapi.CryptoControlApi.OnResponseHandler
 

R

RedditPost - Class in io.cryptocontrol.cryptonewsapi.models
 
RedditPost() - Constructor for class io.cryptocontrol.cryptonewsapi.models.RedditPost
 
RedditPost.RedditPostList - Class in io.cryptocontrol.cryptonewsapi.models
 
RedditPostList() - Constructor for class io.cryptocontrol.cryptonewsapi.models.RedditPost.RedditPostList
 

S

setArticle(Article) - Method in class io.cryptocontrol.cryptonewsapi.models.Feed
 
setComments(Long) - Method in class io.cryptocontrol.cryptonewsapi.models.RedditPost
 
setDescription(String) - Method in class io.cryptocontrol.cryptonewsapi.models.RedditPost
 
setDownvotes(Number) - Method in class io.cryptocontrol.cryptonewsapi.models.RedditPost
 
setFavoriteCount(Number) - Method in class io.cryptocontrol.cryptonewsapi.models.Tweet
 
setHashtags(List<String>) - Method in class io.cryptocontrol.cryptonewsapi.models.Tweet
 
setId(String) - Method in class io.cryptocontrol.cryptonewsapi.models.RedditPost
 
setId(String) - Method in class io.cryptocontrol.cryptonewsapi.models.Tweet
 
setLinks(List<String>) - Method in class io.cryptocontrol.cryptonewsapi.models.Tweet
 
setMentions(List<String>) - Method in class io.cryptocontrol.cryptonewsapi.models.Tweet
 
setPublishedAt(String) - Method in class io.cryptocontrol.cryptonewsapi.models.RedditPost
 
setPublishedAt(String) - Method in class io.cryptocontrol.cryptonewsapi.models.Tweet
 
setReddit(RedditPost) - Method in class io.cryptocontrol.cryptonewsapi.models.Feed
 
setRetweetCount(Number) - Method in class io.cryptocontrol.cryptonewsapi.models.Tweet
 
setRetweeted(Boolean) - Method in class io.cryptocontrol.cryptonewsapi.models.Tweet
 
setScore(Double) - Method in class io.cryptocontrol.cryptonewsapi.models.RedditPost
 
setSelf(Boolean) - Method in class io.cryptocontrol.cryptonewsapi.models.RedditPost
 
setSubreddit(String) - Method in class io.cryptocontrol.cryptonewsapi.models.RedditPost
 
setSymbols(List<String>) - Method in class io.cryptocontrol.cryptonewsapi.models.Tweet
 
setText(String) - Method in class io.cryptocontrol.cryptonewsapi.models.Tweet
 
setTitle(String) - Method in class io.cryptocontrol.cryptonewsapi.models.RedditPost
 
setTweet(Tweet) - Method in class io.cryptocontrol.cryptonewsapi.models.Feed
 
setType(String) - Method in class io.cryptocontrol.cryptonewsapi.models.Feed
 
setUpvotes(Long) - Method in class io.cryptocontrol.cryptonewsapi.models.RedditPost
 
setUrl(String) - Method in class io.cryptocontrol.cryptonewsapi.models.RedditPost
 
setUsername(String) - Method in class io.cryptocontrol.cryptonewsapi.models.Tweet
 
SimilarArticle() - Constructor for class io.cryptocontrol.cryptonewsapi.models.Article.SimilarArticle
 

T

Tweet - Class in io.cryptocontrol.cryptonewsapi.models
 
Tweet() - Constructor for class io.cryptocontrol.cryptonewsapi.models.Tweet
 
Tweet.TweetList - Class in io.cryptocontrol.cryptonewsapi.models
 
TweetList() - Constructor for class io.cryptocontrol.cryptonewsapi.models.Tweet.TweetList
 
A C F G I O R S T 
Skip navigation links

Copyright © 2018. All rights reserved.