Package dev.reuss.tmdb.domain.networks
Interface NetworkService
- All Known Implementing Classes:
DefaultNetworkService
public interface NetworkService
Service for loading TMDB network metadata.
-
Method Summary
Modifier and TypeMethodDescriptionalternativeNames(NetworkId networkId) Loads alternative names for a network.Loads network details by network id.
-
Method Details
-
details
Loads network details by network id.- Parameters:
networkId- the network id- Returns:
- network details
-
alternativeNames
Loads alternative names for a network.- Parameters:
networkId- the network id- Returns:
- alternative network names
-
images
-