Class PeopleApi
java.lang.Object
com.amilesend.tmdb.client.api.ApiBase
com.amilesend.tmdb.client.api.PeopleApi
TMDB People API.
-
Constructor Summary
ConstructorsConstructorDescriptionPeopleApi(com.amilesend.client.connection.Connection connection) Creates a newPeopleApiobject. -
Method Summary
Modifier and TypeMethodDescriptiongetChanges(@NonNull GetChangesRequest request) Gets the list of changes for a person.getCombinedCredits(@NonNull GetCombinedCreditsRequest request) Gets the credits for a person.getExternalIDs(@NonNull GetExternalIDsRequest request) Gets the external site identifiers for a person.getImages(@NonNull GetImagesRequest request) Gets the list of profile images for a person.Gets the newest created person in the database.getMovieCredits(@NonNull GetMovieCreditsRequest request) Gets the list of movie credits for a person.getPersonDetails(@NonNull GetPersonDetailsRequest request) Gets the details for a person.getTranslations(@NonNull GetTranslationsRequest request) Gets the list of translations that belong to a person.getTvCredits(@NonNull GetTvCreditsRequest request) Gets the list of TV credits for a person.Methods inherited from class ApiBase
getConnection
-
Constructor Details
-
PeopleApi
public PeopleApi(com.amilesend.client.connection.Connection connection) Creates a newPeopleApiobject.- Parameters:
connection- the connection
-
-
Method Details
-
getPersonDetails
Gets the details for a person.- Parameters:
request- the request- Returns:
- the response
- See Also:
-
getChanges
Gets the list of changes for a person.- Parameters:
request- the request- Returns:
- the response
- See Also:
-
getCombinedCredits
Gets the credits for a person.- Parameters:
request- the request- Returns:
- the response
- See Also:
-
getExternalIDs
Gets the external site identifiers for a person.- Parameters:
request- the request- Returns:
- the response
- See Also:
-
getImages
Gets the list of profile images for a person.- Parameters:
request- the request- Returns:
- the response
- See Also:
-
getLatest
Gets the newest created person in the database.- Returns:
- the response
- See Also:
-
getMovieCredits
Gets the list of movie credits for a person.- Parameters:
request- the request- Returns:
- the response
- See Also:
-
getTvCredits
Gets the list of TV credits for a person.- Parameters:
request- the request- Returns:
- the response
- See Also:
-
getTranslations
Gets the list of translations that belong to a person.- Parameters:
request- the request- Returns:
- the response
- See Also:
-