Class Image
java.lang.Object
com.amilesend.tvmaze.client.model.Resource<Image, ResourceLink>
com.amilesend.tvmaze.client.model.Image
Describes an image associated with a person, show, or episode.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classImage.ImageBuilder<C extends Image, B extends Image.ImageBuilder<C,B>> Nested classes/interfaces inherited from class Resource
Resource.ResourceBuilder<T,L, C, B> -
Field Summary
Fields inherited from class Resource
SELF_RESOURCE_LINK_TYPE -
Method Summary
Modifier and TypeMethodDescriptionstatic Image.ImageBuilder<?, ?> builder()The URLs and dimensions for the image content.getType()The image type (e.g., poster).booleanisMain()Flag indicator to signify if the image is the primary/default one.toString()
-
Method Details
-
builder
-
getType
The image type (e.g., poster). -
isMain
public boolean isMain()Flag indicator to signify if the image is the primary/default one. -
getResolutions
The URLs and dimensions for the image content. -
toString
- Overrides:
toStringin classResource<Image, ResourceLink>
-