java.lang.Object
com.amilesend.tvmaze.client.model.type.ImageResolution.ImageResolutionBuilder
- Enclosing class:
ImageResolution
public static class ImageResolution.ImageResolutionBuilder
extends Object
-
Method Summary
The image height in pixels.
The URL to fetch the image content.
The image width in pixels.
-
Method Details
-
url
The URL to fetch the image content.
- Returns:
this.
-
width
The image width in pixels.
- Returns:
this.
-
height
The image height in pixels.
- Returns:
this.
-
-