- CallAdapterFactory - Class in xyz.thegrapevine.news.retrofit
-
A generic call adapter factory for Retrofit.
- CallAdapterFactory() - Constructor for class xyz.thegrapevine.news.retrofit.CallAdapterFactory
-
A generic call adapter factory for Retrofit.
- component1() - Method in class xyz.thegrapevine.news.entities.ArticleEntity
-
Data about the source
- component1() - Method in class xyz.thegrapevine.news.entities.ArticleSourceEntity
-
Identifier of the source
- component1() - Method in class xyz.thegrapevine.news.entities.NewsEntity
-
The API/endpoint status
- component1() - Method in class xyz.thegrapevine.news.entities.SourceEntity
-
API/endpoint status
- component1() - Method in class xyz.thegrapevine.news.entities.SourceObject
-
Identifier of the source
- component2() - Method in class xyz.thegrapevine.news.entities.ArticleEntity
-
Name of the author
- component2() - Method in class xyz.thegrapevine.news.entities.ArticleSourceEntity
-
Name of the source
- component2() - Method in class xyz.thegrapevine.news.entities.NewsEntity
-
Amount of results aggregated
- component2() - Method in class xyz.thegrapevine.news.entities.SourceEntity
-
A list of source data
- component2() - Method in class xyz.thegrapevine.news.entities.SourceObject
-
Name of the source
- component3() - Method in class xyz.thegrapevine.news.entities.ArticleEntity
-
Title of the article
- component3() - Method in class xyz.thegrapevine.news.entities.NewsEntity
-
A list of article objects.
- component3() - Method in class xyz.thegrapevine.news.entities.SourceObject
-
Short description of the source
- component4() - Method in class xyz.thegrapevine.news.entities.ArticleEntity
-
Short description of the article
- component4() - Method in class xyz.thegrapevine.news.entities.SourceObject
-
Direct link to the source
- component5() - Method in class xyz.thegrapevine.news.entities.ArticleEntity
-
Direct link to the article
- component5() - Method in class xyz.thegrapevine.news.entities.SourceObject
-
The main category that the source does
- component6() - Method in class xyz.thegrapevine.news.entities.ArticleEntity
-
Direct link to the article
- component6() - Method in class xyz.thegrapevine.news.entities.SourceObject
-
Language the source uses
- component7() - Method in class xyz.thegrapevine.news.entities.ArticleEntity
-
IS0-8601 formatted date on when it was published
- component7() - Method in class xyz.thegrapevine.news.entities.SourceObject
-
The source
- component8() - Method in class xyz.thegrapevine.news.entities.ArticleEntity
-
The content of the article
- copy(source, author, title, description, url, urlToImage, publishedAt, content) - Method in class xyz.thegrapevine.news.entities.ArticleEntity
-
The entity for the articles.
- copy(id, name) - Method in class xyz.thegrapevine.news.entities.ArticleSourceEntity
-
Data about the article's source
- copy(status, totalResult, articles) - Method in class xyz.thegrapevine.news.entities.NewsEntity
-
The main object for articles.
- copy(status, sources) - Method in class xyz.thegrapevine.news.entities.SourceEntity
-
The entity providing source data.
- copy(id, name, description, url, category, language, country) - Method in class xyz.thegrapevine.news.entities.SourceObject
-
Object of each source.
- create() - Method in class xyz.thegrapevine.news.retrofit.CallAdapterFactory
-