Class GetExternalIdsResponse
java.lang.Object
com.amilesend.tmdb.client.model.Resource<Integer,GetExternalIdsResponse>
com.amilesend.tmdb.client.model.movie.GetExternalIdsResponse
The response that describes the external identifiers for a movie.
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
GetExternalIdsResponse.GetExternalIdsResponseBuilder<C extends GetExternalIdsResponse,
B extends GetExternalIdsResponse.GetExternalIdsResponseBuilder<C, B>> -
Method Summary
-
Method Details
-
builder
-
getImdbId
The IMDB identifier. -
getWikidataId
The Wikidata identifier. -
getFacebookId
The Facebook identifier. -
getInstagramId
The Instagram identifier. -
getTwitterId
The Twitter identifier. -
toString
- Overrides:
toString
in classResource<Integer,
GetExternalIdsResponse>
-