Class GetVideosResponse
java.lang.Object
com.amilesend.tmdb.client.model.Resource<Integer,GetVideosResponse>
com.amilesend.tmdb.client.model.tv.series.GetVideosResponse
The response containing the list of videos for a TV series.
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
GetVideosResponse.GetVideosResponseBuilder<C extends GetVideosResponse,
B extends GetVideosResponse.GetVideosResponseBuilder<C, B>> -
Method Summary
Modifier and TypeMethodDescriptionstatic GetVideosResponse.GetVideosResponseBuilder
<?, ?> builder()
The list of videos.toString()
-
Method Details
-
builder
-
getResults
The list of videos. -
toString
- Overrides:
toString
in classResource<Integer,
GetVideosResponse>
-