Class GetReviewDetailsResponse
java.lang.Object
com.amilesend.tmdb.client.model.Resource<String, GetReviewDetailsResponse>
com.amilesend.tmdb.client.model.review.GetReviewDetailsResponse
The response describing a review.
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
GetReviewDetailsResponse.GetReviewDetailsResponseBuilder<C extends GetReviewDetailsResponse, B extends GetReviewDetailsResponse.GetReviewDetailsResponseBuilder<C,
B>> Nested classes/interfaces inherited from class Resource
Resource.ResourceBuilder<K,
T, C, B> -
Method Summary
Modifier and TypeMethodDescriptionbuilder()
The author's name.The author's details.The review content.The review creation timestamp.The ISO-639-1 language code of the review.The associated media identifier.The associated media title.The associated media type.The last updated timestamp.getUrl()
The URL to the review.toString()
-
Method Details
-
builder
-
getAuthor
The author's name. -
getAuthorDetails
The author's details. -
getContent
The review content. -
getCreatedAt
The review creation timestamp. -
getLanguageCode
The ISO-639-1 language code of the review. -
getMediaId
The associated media identifier. -
getMediaTitle
The associated media title. -
getMediaType
The associated media type. -
getUpdatedAt
The last updated timestamp. -
getUrl
The URL to the review. -
toString
- Overrides:
toString
in classResource<String, GetReviewDetailsResponse>
-