Uses of Class
se.michaelthelin.spotify.enums.CopyrightType
-
Packages that use CopyrightType Package Description se.michaelthelin.spotify.enums se.michaelthelin.spotify.model_objects.specification -
-
Uses of CopyrightType in se.michaelthelin.spotify.enums
Methods in se.michaelthelin.spotify.enums that return CopyrightType Modifier and Type Method Description static CopyrightTypeCopyrightType. keyOf(String type)static CopyrightTypeCopyrightType. valueOf(String name)Returns the enum constant of this type with the specified name.static CopyrightType[]CopyrightType. values()Returns an array containing the constants of this enum type, 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 CopyrightType Modifier and Type Method Description CopyrightTypeCopyright. getType()Get theCopyrightTypeof thisCopyrightobject.Methods in se.michaelthelin.spotify.model_objects.specification with parameters of type CopyrightType Modifier and Type Method Description Copyright.BuilderCopyright.Builder. setType(CopyrightType type)The copyright type setter.
-