AlbumResultType

enum AlbumResultType : Enum<AlbumResultType>

Album search type

Entries

ALBUM
Link copied to clipboard
common
ALBUM("album")
SINGLE
Link copied to clipboard
common
SINGLE("single")
COMPILATION
Link copied to clipboard
common
COMPILATION("compilation")
APPEARS_ON
Link copied to clipboard
common
APPEARS_ON("appears_on")

Functions

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

Properties

id
Link copied to clipboard
common
val id: String
name
Link copied to clipboard
common
val name: String
ordinal
Link copied to clipboard
common
val ordinal: Int

Sources

(source)
Link copied to clipboard