Class Image
java.lang.Object
com.amilesend.discogs.model.database.type.Image
Describes an image.
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionstatic Image.ImageBuilderbuilder()booleanintThe image height in pixels.The resource URL.getType()The image type.getUri()The image URI.the image URI for the scaled thumbnail (150x150 px).intgetWidth()The image width in pixels.inthashCode()toString()
-
Method Details
-
builder
-
getHeight
public int getHeight()The image height in pixels. -
getWidth
public int getWidth()The image width in pixels. -
getResourceUrl
The resource URL. -
getType
The image type. -
getUri
The image URI. -
getUri150
the image URI for the scaled thumbnail (150x150 px). -
equals
-
hashCode
-
toString
-