Class PopularPeopleQuery
java.lang.Object
dev.reuss.tmdb.domain.people.query.PopularPeopleQuery
- All Implemented Interfaces:
PagedQuery<PopularPeopleQuery>,TmdbQuery,Serializable
Query parameters for popular people.
Both language and page are optional. Page values are validated by
QueryValidation.validatePage(Integer).
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionstatic PopularPeopleQuerycreate()Sets the requested result page.
-
Method Details
-
create
-
language
-
page
Description copied from interface:PagedQuerySets the requested result page.- Specified by:
pagein interfacePagedQuery<PopularPeopleQuery>- Parameters:
page- page number, starting at 1- Returns:
- the query instance
-
toQueryParams
- Specified by:
toQueryParamsin interfaceTmdbQuery
-