Uses of Class
com.amilesend.tmdb.client.model.search.type.PersonSearchResult
Packages that use PersonSearchResult
Package
Description
-
Uses of PersonSearchResult in com.amilesend.tmdb.client.model.find
Methods in com.amilesend.tmdb.client.model.find that return types with arguments of type PersonSearchResultMethod parameters in com.amilesend.tmdb.client.model.find with type arguments of type PersonSearchResultModifier and TypeMethodDescriptionFindByIdResponse.FindByIdResponseBuilder.personResults(List<PersonSearchResult> personResults) The list of persons. -
Uses of PersonSearchResult in com.amilesend.tmdb.client.model.search
Subclasses with type arguments of type PersonSearchResult in com.amilesend.tmdb.client.model.searchModifier and TypeClassDescriptionclassThe response that contains a paginated list of persons.static classSearchPeopleResponse.SearchPeopleResponseBuilder<C extends SearchPeopleResponse,B extends SearchPeopleResponse.SearchPeopleResponseBuilder<C, B>> -
Uses of PersonSearchResult in com.amilesend.tmdb.client.model.search.type
Classes in com.amilesend.tmdb.client.model.search.type with type parameters of type PersonSearchResultModifier and TypeClassDescriptionstatic classPersonSearchResult.PersonSearchResultBuilder<C extends PersonSearchResult,B extends PersonSearchResult.PersonSearchResultBuilder<C, B>> -
Uses of PersonSearchResult in com.amilesend.tmdb.client.model.trending
Subclasses with type arguments of type PersonSearchResult in com.amilesend.tmdb.client.model.trendingModifier and TypeClassDescriptionclassThe response containing the list of trending people.static classGetTrendingPeopleResponse.GetTrendingPeopleResponseBuilder<C extends GetTrendingPeopleResponse,B extends GetTrendingPeopleResponse.GetTrendingPeopleResponseBuilder<C, B>>