Uses of Enum Class
se.michaelthelin.spotify.enums.CopyrightType
Packages that use CopyrightType
Package
Description
-
Uses of CopyrightType in se.michaelthelin.spotify.enums
Methods in se.michaelthelin.spotify.enums that return CopyrightTypeModifier 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
Methods in se.michaelthelin.spotify.model_objects.specification that return CopyrightTypeModifier and TypeMethodDescriptionCopyright.getType()
Get theCopyrightType
of thisCopyright
object.Methods in se.michaelthelin.spotify.model_objects.specification with parameters of type CopyrightTypeModifier and TypeMethodDescriptionCopyright.Builder.setType
(CopyrightType type) The copyright type setter.