DiscoverTvShowSettings

tmdb-js/sections/types. DiscoverTvShowSettings

A class that represents the discover settings for TV shows.

Constructor

new DiscoverTvShowSettings()

Source:

Methods

setAirDateGte(limit)

Sets the value of the air_date.gte parameter ("gte" stands for "greater than or equal to").
Source:
Parameters:
Name Type Description
limit string The parameter value.

setAirDateLte(limit)

Sets the value of the air_date.lte parameter ("lte" stands for "less than or equal to").
Source:
Parameters:
Name Type Description
limit string The parameter value.

setFirstAirDateGte(limit)

Sets the value of the first_air_date.gte parameter ("gte" stands for "greater than or equal to").
Source:
Parameters:
Name Type Description
limit string The parameter value.

setFirstAirDateLte(limit)

Sets the value of the first_air_date.lte parameter ("lte" stands for "less than or equal to").
Source:
Parameters:
Name Type Description
limit string The parameter value.

setFirstAirDateYear(year)

Sets the value of the first_air_date_year parameter
Source:
Parameters:
Name Type Description
year Number The parameter value.

setIncludeNullFirstAirDates(include)

Sets the value of the include_null_first_air_dates parameter.
Source:
Parameters:
Name Type Description
include boolean The parameter value.

setScreenedTheatrically(screenedTheatrically)

Sets the value of the screened_theatrically parameter.
Source:
Parameters:
Name Type Description
screenedTheatrically boolean The parameter value.

setTimezone(timezone)

Sets the value of the timezone parameter.
Source:
Parameters:
Name Type Description
timezone string The parameter value.

setWithNetworks(…networkIds)

Sets the value of the with_networks parameter based on the passed network IDs. This will determine which networks to include in the discover results.
Source:
Parameters:
Name Type Attributes Description
networkIds string <repeatable>
The network IDs.