Uses of Class
se.michaelthelin.spotify.enums.ProductType
-
Packages that use ProductType Package Description se.michaelthelin.spotify.enums se.michaelthelin.spotify.model_objects.specification -
-
Uses of ProductType in se.michaelthelin.spotify.enums
Methods in se.michaelthelin.spotify.enums that return ProductType Modifier and Type Method Description static ProductTypeProductType. keyOf(String type)static ProductTypeProductType. valueOf(String name)Returns the enum constant of this type with the specified name.static ProductType[]ProductType. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of ProductType in se.michaelthelin.spotify.model_objects.specification
Methods in se.michaelthelin.spotify.model_objects.specification that return ProductType Modifier and Type Method Description ProductTypeUser. getProduct()Get the product type of the users account.Methods in se.michaelthelin.spotify.model_objects.specification with parameters of type ProductType Modifier and Type Method Description User.BuilderUser.Builder. setProduct(ProductType product)Set the product type of the user to be built.
-