Class CollectionPart.CollectionPartBuilder<C extends CollectionPart,B extends CollectionPart.CollectionPartBuilder<C,B>>
java.lang.Object
com.amilesend.tmdb.client.model.Resource.ResourceBuilder<Integer,CollectionPart,C,B>
com.amilesend.tmdb.client.model.collection.type.CollectionPart.CollectionPartBuilder<C,B>
- Enclosing class:
CollectionPart
public abstract static class CollectionPart.CollectionPartBuilder<C extends CollectionPart,B extends CollectionPart.CollectionPartBuilder<C,B>>
extends Resource.ResourceBuilder<Integer,CollectionPart,C,B>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionAdult flag indicator.backdropPath(String backdropPath) Path to backdrop image.abstract Cbuild()List of applicable genre identifiers.The type of media.originalLanguage(String originalLanguage) The original content language.originalTitle(String originalTitle) The original content title.The content summary.popularity(Double popularity) Popularity rating.posterPath(String posterPath) Path to the poster image.releaseDate(LocalDate releaseDate) The release date.The title.toString()Video flag indicator.voteAverage(Double voteAverage) The user vote rating.Total number of votes.Methods inherited from class com.amilesend.tmdb.client.model.Resource.ResourceBuilder
id
-
Constructor Details
-
CollectionPartBuilder
public CollectionPartBuilder()
-
-
Method Details
-
adult
Adult flag indicator.- Returns:
this.
-
backdropPath
Path to backdrop image.- Returns:
this.
-
title
The title.- Returns:
this.
-
originalLanguage
The original content language.- Returns:
this.
-
originalTitle
The original content title.- Returns:
this.
-
overview
The content summary.- Returns:
this.
-
posterPath
Path to the poster image.- Returns:
this.
-
mediaType
The type of media.- Returns:
this.
-
genreIds
List of applicable genre identifiers.- Returns:
this.
-
popularity
Popularity rating.- Returns:
this.
-
releaseDate
The release date.- Returns:
this.
-
video
Video flag indicator.- Returns:
this.
-
voteAverage
The user vote rating.- Returns:
this.
-
voteCount
Total number of votes.- Returns:
this.
-
build
- Specified by:
buildin classResource.ResourceBuilder<Integer,CollectionPart, C extends CollectionPart, B extends CollectionPart.CollectionPartBuilder<C, B>>
-
toString
- Overrides:
toStringin classResource.ResourceBuilder<Integer,CollectionPart, C extends CollectionPart, B extends CollectionPart.CollectionPartBuilder<C, B>>
-