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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract Cbuild()certifications(Map<String, List<Certification>> certifications) The map of certifications.toString()
-
Constructor Details
-
GetCertificationsResponseBaseBuilder
public GetCertificationsResponseBaseBuilder()
-
-
Method Details