Class GetVideosResponse
java.lang.Object
com.amilesend.tmdb.client.model.Resource<Integer, GetVideosResponse>
com.amilesend.tmdb.client.model.tv.seasons.GetVideosResponse
The response containing the list of videos for a TV episode.
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
GetVideosResponse.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:
toString
in classResource<Integer, GetVideosResponse>
-