Interface AppendableResponse

All Superinterfaces:
Serializable
All Known Implementing Classes:
MovieAppend, PersonAppend, TvEpisodeAppend, TvSeasonAppend, TvSeriesAppend

public interface AppendableResponse extends Serializable
Common contract for TMDB append_to_response values.

Implementations are intended for endpoint groups that support appended responses and expose both the raw TMDB query value and the expected response model type.

  • Method Summary

    Modifier and Type
    Method
    Description
    Response model type for this appended response.
    TMDB append_to_response query value.
  • Method Details

    • value

      String value()
      TMDB append_to_response query value.
      Returns:
      append value
    • responseType

      Class<?> responseType()
      Response model type for this appended response.
      Returns:
      response type