Class GetNowPlayingResponse
java.lang.Object
com.amilesend.tmdb.client.model.PaginatedResponseBase<Movie>
com.amilesend.tmdb.client.model.movie.list.GetNowPlayingResponse
The response containing a list of movies that are currently playing.
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classGetNowPlayingResponse.GetNowPlayingResponseBuilder<C extends GetNowPlayingResponse, B extends GetNowPlayingResponse.GetNowPlayingResponseBuilder<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
-
getDates
The date range associated with the list of movies. -
equals
- Overrides:
equalsin classPaginatedResponseBase<Movie>
-
hashCode
public int hashCode()- Overrides:
hashCodein classPaginatedResponseBase<Movie>
-
toString
- Overrides:
toStringin classPaginatedResponseBase<Movie>
-