- Book - Class in it.polimi.dima.mediatracker.model
-
A book
- Book() - Constructor for class it.polimi.dima.mediatracker.model.Book
-
- BookJSON - Class in it.polimi.dima.mediatracker.external_services.model_json
-
A book representation in JSON, used to retrieve data from the external service responses
- BookJSON() - Constructor for class it.polimi.dima.mediatracker.external_services.model_json.BookJSON
-
- BookRestInterface - Interface in it.polimi.dima.mediatracker.external_services.rest_interfaces
-
REST interface to communicate with the books external service API
- BooksController - Class in it.polimi.dima.mediatracker.controllers
-
Controller for a generic media item.
- BooksController() - Constructor for class it.polimi.dima.mediatracker.controllers.BooksController
-
- BookSearchJSON - Class in it.polimi.dima.mediatracker.external_services.model_json
-
A book search representation in JSON, used to retrieve data from the external service responses
- BookSearchJSON() - Constructor for class it.polimi.dima.mediatracker.external_services.model_json.BookSearchJSON
-
- BookService - Class in it.polimi.dima.mediatracker.external_services.services
-
Service for books that allows to connect to an external API to retrieve data
Uses Retrofit external library to manage the connection