Class GetScreenedTheatricallyResponse
java.lang.Object
com.amilesend.tmdb.client.model.Resource<Integer,GetScreenedTheatricallyResponse>
com.amilesend.tmdb.client.model.tv.series.GetScreenedTheatricallyResponse
public class GetScreenedTheatricallyResponse
extends Resource<Integer,GetScreenedTheatricallyResponse>
Describes a list of TV series episodes that was screened in a theater.
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
GetScreenedTheatricallyResponse.GetScreenedTheatricallyResponseBuilder<C extends GetScreenedTheatricallyResponse,
B extends GetScreenedTheatricallyResponse.GetScreenedTheatricallyResponseBuilder<C, B>> -
Method Summary
-
Method Details
-
builder
-
getResults
The list of TV series episodes that were screened theatrically. -
toString
- Overrides:
toString
in classResource<Integer,
GetScreenedTheatricallyResponse>
-