Package | Description |
---|---|
uk.ac.cam.cl.databases.moviedb | |
uk.ac.cam.cl.databases.moviedb.model |
Modifier and Type | Method and Description |
---|---|
Movie |
MovieDB.getMovieById(int id)
Looks up a movie by its unique identifier.
|
Modifier and Type | Method and Description |
---|---|
Iterable<Movie> |
MovieDB.getByTitlePrefix(String titlePrefix)
Scans over a set of movies whose title begins with the specified string.
|
Modifier and Type | Method and Description |
---|---|
static Movie |
Movie.fromJson(String json)
Parses a JSON string into a
Movie object. |
Copyright © 2017. All rights reserved.