Class ProductionCompany
java.lang.Object
com.amilesend.tmdb.client.model.Resource<Integer, ProductionCompany>
com.amilesend.tmdb.client.model.NamedResource<Integer, ProductionCompany>
com.amilesend.tmdb.client.model.type.ProductionCompany
Describes a production company.
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classProductionCompany.ProductionCompanyBuilder<C extends ProductionCompany, B extends ProductionCompany.ProductionCompanyBuilder<C,B>> Nested classes/interfaces inherited from class NamedResource
NamedResource.NamedResourceBuilder<K,T, C, B> Nested classes/interfaces inherited from class Resource
Resource.ResourceBuilder<K,T, C, B> -
Method Summary
Modifier and TypeMethodDescriptionstatic ProductionCompany.ProductionCompanyBuilder<?, ?> builder()The image path to the production company's logo.The company's operating country.toString()Methods inherited from class NamedResource
getName
-
Method Details
-
builder
-
getLogoPath
The image path to the production company's logo. -
getOriginCountry
The company's operating country. -
toString
- Overrides:
toStringin classNamedResource<Integer, ProductionCompany>
-