Uses of Enum Class
se.michaelthelin.spotify.enums.CopyrightType
Package
Description
-
Uses of CopyrightType in se.michaelthelin.spotify.enums
Modifier and TypeMethodDescriptionstatic CopyrightType
static CopyrightType
Returns the enum constant of this class with the specified name.static CopyrightType[]
CopyrightType.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of CopyrightType in se.michaelthelin.spotify.model_objects.specification
Modifier and TypeMethodDescriptionCopyright.getType()
Get theCopyrightType
of thisCopyright
object.Modifier and TypeMethodDescriptionCopyright.Builder.setType
(CopyrightType type) The copyright type setter.