Class GetReviewDetailsResponse.GetReviewDetailsResponseBuilder<C extends GetReviewDetailsResponse,B extends GetReviewDetailsResponse.GetReviewDetailsResponseBuilder<C,B>>
java.lang.Object
com.amilesend.tmdb.client.model.Resource.ResourceBuilder<String,GetReviewDetailsResponse,C,B>
com.amilesend.tmdb.client.model.review.GetReviewDetailsResponse.GetReviewDetailsResponseBuilder<C,B>
- Enclosing class:
GetReviewDetailsResponse
public abstract static class GetReviewDetailsResponse.GetReviewDetailsResponseBuilder<C extends GetReviewDetailsResponse,B extends GetReviewDetailsResponse.GetReviewDetailsResponseBuilder<C,B>>
extends Resource.ResourceBuilder<String,GetReviewDetailsResponse,C,B>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionThe author's name.authorDetails(AuthorDetails authorDetails) The author's details.abstract Cbuild()The review content.createdAt(LocalDateTime createdAt) The review creation timestamp.languageCode(String languageCode) The ISO-639-1 language code of the review.The associated media identifier.mediaTitle(String mediaTitle) The associated media title.The associated media type.toString()updatedAt(LocalDateTime updatedAt) The last updated timestamp.The URL to the review.Methods inherited from class com.amilesend.tmdb.client.model.Resource.ResourceBuilder
id
-
Constructor Details
-
GetReviewDetailsResponseBuilder
public GetReviewDetailsResponseBuilder()
-
-
Method Details
-
author
The author's name.- Returns:
this.
-
authorDetails
The author's details.- Returns:
this.
-
content
The review content.- Returns:
this.
-
createdAt
The review creation timestamp.- Returns:
this.
-
languageCode
The ISO-639-1 language code of the review.- Returns:
this.
-
mediaId
The associated media identifier.- Returns:
this.
-
mediaTitle
The associated media title.- Returns:
this.
-
mediaType
The associated media type.- Returns:
this.
-
updatedAt
The last updated timestamp.- Returns:
this.
-
url
The URL to the review.- Returns:
this.
-
build
- Specified by:
buildin classResource.ResourceBuilder<String,GetReviewDetailsResponse, C extends GetReviewDetailsResponse, B extends GetReviewDetailsResponse.GetReviewDetailsResponseBuilder<C, B>>
-
toString
- Overrides:
toStringin classResource.ResourceBuilder<String,GetReviewDetailsResponse, C extends GetReviewDetailsResponse, B extends GetReviewDetailsResponse.GetReviewDetailsResponseBuilder<C, B>>
-