Uses of Class
com.amilesend.tmdb.client.model.network.GetAlternativeNamesResponse
Packages that use GetAlternativeNamesResponse
-
Uses of GetAlternativeNamesResponse in com.amilesend.tmdb.client.api
Methods in com.amilesend.tmdb.client.api that return GetAlternativeNamesResponseModifier and TypeMethodDescriptionNetworksApi.getAlternativeNames
(@NonNull GetAlternativeNamesRequest request) Gets the list of alternative names for a network. -
Uses of GetAlternativeNamesResponse in com.amilesend.tmdb.client.model.network
Classes in com.amilesend.tmdb.client.model.network with type parameters of type GetAlternativeNamesResponseModifier and TypeClassDescriptionstatic class
GetAlternativeNamesResponse.GetAlternativeNamesResponseBuilder<C extends GetAlternativeNamesResponse,
B extends GetAlternativeNamesResponse.GetAlternativeNamesResponseBuilder<C, B>>