Class Query.Search
- java.lang.Object
-
- com.github.m0nk3y2k4.thetvdb.api.constants.Query.Search
-
-
Field Summary
Fields Modifier and Type Field Description static String
IMDBID
Query parameter "imdbId" - IMDB id of the seriesstatic String
NAME
Query parameter "name" - Name of the series to search forstatic String
SLUG
Query parameter "slug" - Slug from site URL of series (https://www.thetvdb.com/series/$SLUG)static String
ZAP2ITID
Query parameter "zap2itId" - Zap2it ID of the series to search for
-
-
-
Field Detail
-
NAME
public static final String NAME
Query parameter "name" - Name of the series to search for- See Also:
- Constant Field Values
-
IMDBID
public static final String IMDBID
Query parameter "imdbId" - IMDB id of the series- See Also:
- Constant Field Values
-
ZAP2ITID
public static final String ZAP2ITID
Query parameter "zap2itId" - Zap2it ID of the series to search for- See Also:
- Constant Field Values
-
SLUG
public static final String SLUG
Query parameter "slug" - Slug from site URL of series (https://www.thetvdb.com/series/$SLUG)- See Also:
- Constant Field Values
-
-