Uses of Class
com.amilesend.tvmaze.client.model.Person
Packages that use Person
Package
Description
-
Uses of Person in com.amilesend.tvmaze.client.api
Methods in com.amilesend.tvmaze.client.api that return PersonModifier and TypeMethodDescriptionPeopleApi.getPerson(int personId, boolean isCastCreditsIncluded) Retrieves information for a specific person.Methods in com.amilesend.tvmaze.client.api that return types with arguments of type PersonModifier and TypeMethodDescriptionPeopleApi.getIndex(int pageNum) Gets the list of all persons in the TVMaze database.PeopleApi.getIndexAsync(int pageNum) Gets the list of all persons in the TVMaze database.PeopleApi.getPersonAsync(int personId, boolean isCastCreditsIncluded) Retrieves information for a specific person. -
Uses of Person in com.amilesend.tvmaze.client.model
Classes in com.amilesend.tvmaze.client.model with type parameters of type PersonModifier and TypeClassDescriptionstatic classPerson.PersonBuilder<C extends Person,B extends Person.PersonBuilder<C, B>> -
Uses of Person in com.amilesend.tvmaze.client.model.type
Methods in com.amilesend.tvmaze.client.model.type that return PersonModifier and TypeMethodDescriptionCastMember.getPerson()The associated person.CrewMember.getPerson()The associated person.PersonResult.getPerson()The person.Methods in com.amilesend.tvmaze.client.model.type with parameters of type PersonModifier and TypeMethodDescriptionThe associated person.The associated person.The person. -
Uses of Person in com.amilesend.tvmaze.client.parse.parser
Methods in com.amilesend.tvmaze.client.parse.parser that return PersonModifier and TypeMethodDescriptionPersonParser.parse(@NonNull com.google.gson.Gson gson, @NonNull InputStream jsonStream) Methods in com.amilesend.tvmaze.client.parse.parser that return types with arguments of type PersonModifier and TypeMethodDescriptionPersonListParser.parse(@NonNull com.google.gson.Gson gson, @NonNull InputStream jsonStream)