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>> 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).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>
-