Class GetTrendingPeopleResponse
java.lang.Object
com.amilesend.tmdb.client.model.PaginatedResponseBase<PersonSearchResult>
com.amilesend.tmdb.client.model.trending.GetTrendingPeopleResponse
The response containing the list of trending people.
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classGetTrendingPeopleResponse.GetTrendingPeopleResponseBuilder<C extends GetTrendingPeopleResponse, B extends GetTrendingPeopleResponse.GetTrendingPeopleResponseBuilder<C,B>> Nested classes/interfaces inherited from class PaginatedResponseBase
PaginatedResponseBase.PaginatedResponseBaseBuilder<T,C, B> -
Method Summary
Methods inherited from class PaginatedResponseBase
getPage, getResults, getTotalPages, getTotalResults
-
Method Details
-
builder
-
equals
- Overrides:
equalsin classPaginatedResponseBase<PersonSearchResult>
-
hashCode
public int hashCode()- Overrides:
hashCodein classPaginatedResponseBase<PersonSearchResult>
-
toString
- Overrides:
toStringin classPaginatedResponseBase<PersonSearchResult>
-