Package-level declarations

Types

Link copied to clipboard
@JsonClass(generateAdapter = true)
class AssociatedResponse
Link copied to clipboard
@JsonClass(generateAdapter = true)
class Avatar

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

Link copied to clipboard
@JsonClass(generateAdapter = true)
class CryptoWalletAddress

A crypto currency wallet address the user accepts.

Link copied to clipboard
@JsonClass(generateAdapter = true)
class Error

An error response from the API.

Link copied to clipboard
@JsonClass(generateAdapter = true)
class GalleryImage

A gallery image a user has uploaded.

Link copied to clipboard
@JsonClass(generateAdapter = true)
class Interest

An interest the user has added to their profile.

Link copied to clipboard
@JsonClass(generateAdapter = true)
class Language

The languages the user knows. This is only provided in authenticated API requests.

Link copied to clipboard
@JsonClass(generateAdapter = true)
class Link

A link the user has added to their profile.

Link copied to clipboard
@JsonClass(generateAdapter = true)
class Profile

A user's profile information.

Link copied to clipboard
@JsonClass(generateAdapter = true)
class ProfileContactInfo

The user's contact information. This is only available if the user has chosen to make it public. This is only provided in authenticated API requests.

Link copied to clipboard
@JsonClass(generateAdapter = true)
class ProfilePayments

The user's public payment information. This is only provided in authenticated API requests.

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

Rating associated with the image.

Link copied to clipboard
@JsonClass(generateAdapter = true)
class SetEmailAvatarRequest
Link copied to clipboard
@JsonClass(generateAdapter = true)
class UpdateAvatarRequest

The avatar data to update. Partial updates are supported, so only the provided fields will be updated.

Link copied to clipboard
@JsonClass(generateAdapter = true)
class VerifiedAccount

A verified account on a user's profile.

Functions

Link copied to clipboard
Link copied to clipboard
fun Avatar(initializer: Avatar.Builder.() -> Unit): Avatar
Link copied to clipboard
fun Error(initializer: Error.Builder.() -> Unit): Error
Link copied to clipboard
Link copied to clipboard
fun Interest(initializer: Interest.Builder.() -> Unit): Interest
Link copied to clipboard
fun Language(initializer: Language.Builder.() -> Unit): Language
Link copied to clipboard
fun Link(initializer: Link.Builder.() -> Unit): Link
Link copied to clipboard
fun Profile(initializer: Profile.Builder.() -> Unit): Profile
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard