Package dev.reuss.tmdb.value.id
Interface NumericTmdbResourceId
- All Superinterfaces:
Serializable,TmdbResourceId
- All Known Implementing Classes:
CollectionId,CompanyId,KeywordId,MovieId,NetworkId,PersonId,TvEpisodeId,TvSeasonId,TvShowId
Marker interface for numeric TMDB resource identifiers.
-
Method Summary
-
Method Details
-
value
int value()Returns the raw numeric TMDB resource id value.- Returns:
- the raw integer id value
-
asString
Description copied from interface:TmdbResourceIdReturns the raw TMDB resource id as it should appear in request paths.- Specified by:
asStringin interfaceTmdbResourceId- Returns:
- the id value as a string
-