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 class
Image.ImageBuilder<C extends Image,
B extends Image.ImageBuilder<C, B>> -
Field Summary
Fields inherited from class com.amilesend.tvmaze.client.model.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).boolean
isMain()
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:
toString
in classResource<Image,
ResourceLink>
-