Class GetPopularPersonsResponse
java.lang.Object
com.amilesend.tmdb.client.model.PaginatedResponseBase<PopularPerson>
com.amilesend.tmdb.client.model.people.lists.GetPopularPersonsResponse
Paginated response when retrieving a list of favorite movies for an account.
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classGetPopularPersonsResponse.GetPopularPersonsResponseBuilder<C extends GetPopularPersonsResponse, B extends GetPopularPersonsResponse.GetPopularPersonsResponseBuilder<C,B>> Nested classes/interfaces inherited from class PaginatedResponseBase
PaginatedResponseBase.PaginatedResponseBaseBuilder<T,C, B> Modifier and TypeClassDescriptionstatic classPaginatedResponseBase.PaginatedResponseBaseBuilder<T, C extends PaginatedResponseBase<T>, B extends PaginatedResponseBase.PaginatedResponseBaseBuilder<T,C, B>> -
Method Summary
Methods inherited from class PaginatedResponseBase
getPage, getResults, getTotalPages, getTotalResultsModifier and TypeMethodDescriptiongetPage()The page number associated with the results.The list of results.The total number of pages available.The total number of results available.
-
Method Details
-
builder
-
equals
- Overrides:
equalsin classPaginatedResponseBase<PopularPerson>
-
hashCode
public int hashCode()- Overrides:
hashCodein classPaginatedResponseBase<PopularPerson>
-
toString
- Overrides:
toStringin classPaginatedResponseBase<PopularPerson>
-