Package | Description |
---|---|
uk.ac.cam.cl.databases.moviedb | |
uk.ac.cam.cl.databases.moviedb.model |
Modifier and Type | Method and Description |
---|---|
Person |
MovieDB.getPersonById(int id)
Looks up a person by their unique identifier.
|
Modifier and Type | Method and Description |
---|---|
Iterable<Person> |
MovieDB.getByNamePrefix(String namePrefix)
Scans over a set of people whose name begins with the specified string.
|
Modifier and Type | Method and Description |
---|---|
static Person |
Person.fromJson(String json)
Parses a JSON string into a
Person object. |
Copyright © 2017. All rights reserved.