Class GetCertificationsResponseBase.GetCertificationsResponseBaseBuilder<C extends GetCertificationsResponseBase, B extends GetCertificationsResponseBase.GetCertificationsResponseBaseBuilder<C,B>>

java.lang.Object
com.amilesend.tmdb.client.model.certification.type.GetCertificationsResponseBase.GetCertificationsResponseBaseBuilder<C,B>
Direct Known Subclasses:
GetMovieCertificationsResponse.GetMovieCertificationsResponseBuilder, GetTVCertificationsResponse.GetTVCertificationsResponseBuilder
Enclosing class:
GetCertificationsResponseBase

public abstract static class GetCertificationsResponseBase.GetCertificationsResponseBaseBuilder<C extends GetCertificationsResponseBase, B extends GetCertificationsResponseBase.GetCertificationsResponseBaseBuilder<C,B>> extends Object
  • Constructor Details

    • GetCertificationsResponseBaseBuilder

      public GetCertificationsResponseBaseBuilder()
  • Method Details

    • certifications

      public B certifications(Map<String, List<Certification>> certifications)
      The map of certifications. The key is the country code and the value is the associated list of certifications in that country.
      Returns:
      this.
    • build

      public abstract C build()
    • toString

      public String toString()
      Overrides:
      toString in class Object