Uses of Enum
com.amilesend.tmdb.client.model.find.type.ExternalSource
Packages that use ExternalSource
-
Uses of ExternalSource in com.amilesend.tmdb.client.model.find
Methods in com.amilesend.tmdb.client.model.find that return ExternalSourceModifier and TypeMethodDescriptionFindByIdRequest.getExternalSource()The external identifier type (required).Methods in com.amilesend.tmdb.client.model.find with parameters of type ExternalSourceModifier and TypeMethodDescriptionFindByIdRequest.FindByIdRequestBuilder.externalSource(ExternalSource externalSource) The external identifier type (required). -
Uses of ExternalSource in com.amilesend.tmdb.client.model.find.type
Methods in com.amilesend.tmdb.client.model.find.type that return ExternalSourceModifier and TypeMethodDescriptionstatic ExternalSourceReturns the enum constant of this type with the specified name.static ExternalSource[]ExternalSource.values()Returns an array containing the constants of this enum type, in the order they are declared.