Avatar

class Avatar

An avatar that the user has already uploaded to their Gravatar account.

Parameters

imageId

Unique identifier for the image.

imageUrl

Image URL

rating

Rating associated with the image.

updatedDate

Date and time when the image was last updated.

altText

Alternative text description of the image.

selected

Whether the image is currently selected as the provided selected email's avatar.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
@JsonClass(generateAdapter = false)
enum Rating : Enum<Avatar.Rating>

Rating associated with the image.

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val selected: Boolean? = null
Link copied to clipboard

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String