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 classGetVideosResponse.GetVideosResponseBuilder<C extends GetVideosResponse, B extends GetVideosResponse.GetVideosResponseBuilder<C,B>> Nested classes/interfaces inherited from class Resource
Resource.ResourceBuilder<K,T, C, B> -
Method Summary
Modifier and TypeMethodDescriptionstatic GetVideosResponse.GetVideosResponseBuilder<?, ?> builder()The list of videos.toString()
-
Method Details
-
builder
-
getResults
-
toString
- Overrides:
toStringin classResource<Integer, GetVideosResponse>
-