Package dev.reuss.tmdb.domain.networks
Class DefaultNetworkService
java.lang.Object
dev.reuss.tmdb.domain.networks.DefaultNetworkService
- All Implemented Interfaces:
NetworkService
Default
NetworkService implementation backed by the TMDB HTTP client.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionalternativeNames(NetworkId networkId) Loads alternative names for a network.Loads network details by network id.
-
Constructor Details
-
DefaultNetworkService
-
-
Method Details
-
details
Description copied from interface:NetworkServiceLoads network details by network id.- Specified by:
detailsin interfaceNetworkService- Parameters:
networkId- the network id- Returns:
- network details
-
alternativeNames
Description copied from interface:NetworkServiceLoads alternative names for a network.- Specified by:
alternativeNamesin interfaceNetworkService- Parameters:
networkId- the network id- Returns:
- alternative network names
-
images
- Specified by:
imagesin interfaceNetworkService
-