public class OmdbService extends Object
| Constructor and Description |
|---|
OmdbService() |
| Modifier and Type | Method and Description |
|---|---|
static List<String> |
searchTitles(String query)
Searches for titles matching a query.
|
public OmdbService()
public static List<String> searchTitles(String query) throws IOException
query - Query stringnullIOExceptionCopyright © 2016. All rights reserved.