Class GetTopRatedResponse
java.lang.Object
com.amilesend.tmdb.client.model.PaginatedResponseBase<Movie>
com.amilesend.tmdb.client.model.movie.list.GetTopRatedResponse
The response containing the list of top-rated movies.
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
GetTopRatedResponse.GetTopRatedResponseBuilder<C extends GetTopRatedResponse, B extends GetTopRatedResponse.GetTopRatedResponseBuilder<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:
equals
in classPaginatedResponseBase<Movie>
-
hashCode
public int hashCode()- Overrides:
hashCode
in classPaginatedResponseBase<Movie>
-
toString
- Overrides:
toString
in classPaginatedResponseBase<Movie>
-