Class MovieDTO.TrailerDTO
- java.lang.Object
-
- com.github.m0nk3y2k4.thetvdb.internal.api.impl.model.data.MovieDTO.TrailerDTO
-
- All Implemented Interfaces:
Movie.Trailer
- Enclosing class:
- MovieDTO
@Immutable @WithHiddenImplementation public abstract static class MovieDTO.TrailerDTO extends Object implements Movie.Trailer
DTO implementation of theMovie.Trailer
interface
Objects of this class reflect the data received by the remote service and are immutable so that their content can not be changed once an instance has been created. New objects of this class may be created by using the correspondingMovieDTO.TrailerDTO.Builder
.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
MovieDTO.TrailerDTO.Builder
Builder used to create a new immutableMovieDTO.TrailerDTO
implementation
-
Constructor Summary
Constructors Constructor Description TrailerDTO()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
toString()
-
Methods inherited from interface com.github.m0nk3y2k4.thetvdb.api.model.data.Movie.Trailer
getName, getUrl
-
-