Class Video
java.lang.Object
com.amilesend.tmdb.client.model.Resource<String,Video>
com.amilesend.tmdb.client.model.NamedResource<String,Video>
com.amilesend.tmdb.client.model.type.Video
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classVideo.VideoBuilder<C extends Video, B extends Video.VideoBuilder<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 Video.VideoBuilder<?, ?> builder()The ISO-3166-1 country code.getKey()The key identifier.The ISO-639-1 language code.Indicates if the video is officially distributed by the publisher.The timestamp for when the video was published.getSite()The name of the streaming video site.getSize()The video image size.getType()The video type.toString()Methods inherited from class NamedResource
getName
-
Method Details
-
builder
-
getLanguageCode
The ISO-639-1 language code. -
getCountryCode
The ISO-3166-1 country code. -
getKey
The key identifier. -
getSite
The name of the streaming video site. -
getSize
The video image size. -
getType
The video type. -
getOfficial
Indicates if the video is officially distributed by the publisher. -
getPublishedAt
The timestamp for when the video was published. -
toString
- Overrides:
toStringin classNamedResource<String,Video>
-