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