Uses of Class
com.wrapper.spotify.enums.CopyrightType
-
Packages that use CopyrightType Package Description com.wrapper.spotify.enums com.wrapper.spotify.model_objects.specification -
-
Uses of CopyrightType in com.wrapper.spotify.enums
Methods in com.wrapper.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 com.wrapper.spotify.model_objects.specification
Methods in com.wrapper.spotify.model_objects.specification that return CopyrightType Modifier and Type Method Description CopyrightTypeCopyright. getType()Get theCopyrightTypeof thisCopyrightobject.Methods in com.wrapper.spotify.model_objects.specification with parameters of type CopyrightType Modifier and Type Method Description Copyright.BuilderCopyright.Builder. setType(CopyrightType type)The copyright type setter.
-