Package com.amilesend.tmdb.client.api
Class KeywordsApi
java.lang.Object
com.amilesend.tmdb.client.api.ApiBase
com.amilesend.tmdb.client.api.KeywordsApi
-
Constructor Summary
ConstructorsConstructorDescriptionKeywordsApi
(com.amilesend.client.connection.Connection connection) Creates a newKeywordsApi
object. -
Method Summary
Modifier and TypeMethodDescriptionGets the keyword details for the given identifier.Methods inherited from class com.amilesend.tmdb.client.api.ApiBase
getConnection
-
Constructor Details
-
KeywordsApi
public KeywordsApi(com.amilesend.client.connection.Connection connection) Creates a newKeywordsApi
object.- Parameters:
connection
- the connection
-
-
Method Details
-
getKeywordDetails
Gets the keyword details for the given identifier.- Parameters:
request
- the request- Returns:
- the details
- See Also:
-