Uses of Class
com.amilesend.tvmaze.client.model.AlternateList
Packages that use AlternateList
Package
Description
-
Uses of AlternateList in com.amilesend.tvmaze.client.api
Methods in com.amilesend.tvmaze.client.api that return AlternateListModifier and TypeMethodDescriptionShowsApi.getAlternateList(int alternateListId, boolean isAlternateEpisodesIncluded) Gets the alternate episode list for the givenalternateListId.Methods in com.amilesend.tvmaze.client.api that return types with arguments of type AlternateListModifier and TypeMethodDescriptionShowsApi.getAlternateListAsync(int alternateListId, boolean isAlternateEpisodesIncluded) Gets the alternate episode list for the givenalternateListId.ShowsApi.getAlternateLists(int showId) Gets the list of alternate episode lists for the givenshowId(e.g., DVD ordering).ShowsApi.getAlternateListsAsync(int showId) Gets the list of alternate episode lists for the givenshowId(e.g., DVD ordering). -
Uses of AlternateList in com.amilesend.tvmaze.client.model
Classes in com.amilesend.tvmaze.client.model with type parameters of type AlternateListModifier and TypeClassDescriptionstatic classAlternateList.AlternateListBuilder<C extends AlternateList,B extends AlternateList.AlternateListBuilder<C, B>> -
Uses of AlternateList in com.amilesend.tvmaze.client.parse.parser
Methods in com.amilesend.tvmaze.client.parse.parser that return AlternateListModifier and TypeMethodDescriptionAlternateListParser.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 AlternateListModifier and TypeMethodDescriptionAlternateListListParser.parse(@NonNull com.google.gson.Gson gson, @NonNull InputStream jsonStream)