Interface NetworkService

All Known Implementing Classes:
DefaultNetworkService

public interface NetworkService
Service for loading TMDB network metadata.
  • Method Details

    • details

      Network details(NetworkId networkId)
      Loads network details by network id.
      Parameters:
      networkId - the network id
      Returns:
      network details
    • alternativeNames

      NetworkAlternativeNames alternativeNames(NetworkId networkId)
      Loads alternative names for a network.
      Parameters:
      networkId - the network id
      Returns:
      alternative network names
    • images

      NetworkImages images(NetworkId networkId)