Uses of Class
com.wrapper.spotify.enums.ProductType
-
Packages that use ProductType Package Description com.wrapper.spotify.enums com.wrapper.spotify.model_objects.specification -
-
Uses of ProductType in com.wrapper.spotify.enums
Methods in com.wrapper.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 com.wrapper.spotify.model_objects.specification
Methods in com.wrapper.spotify.model_objects.specification that return ProductType Modifier and Type Method Description ProductTypeUser. getProduct()Get the product type of the users account.Methods in com.wrapper.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.
-