AlbumInclusionStrategy

Describes object types to include when finding albums

Api Reference

Parameters

keyword

The id of the strategy

Entries

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

Functions

compareTo
Link copied to clipboard
common
operator override fun compareTo(other: ArtistApi.AlbumInclusionStrategy): 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

keyword
Link copied to clipboard
common
val keyword: String
The id of the strategy
name
Link copied to clipboard
common
val name: String
ordinal
Link copied to clipboard
common
val ordinal: Int

Sources

(source)
Link copied to clipboard