| Package | Description |
|---|---|
| com.wrapper.spotify.enums | |
| com.wrapper.spotify.model_objects.specification |
| Modifier and Type | Method | Description |
|---|---|---|
static ProductType |
ProductType.keyOf(String type) |
|
static ProductType |
ProductType.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.
|
| Modifier and Type | Method | Description |
|---|---|---|
ProductType |
User.getProduct() |
Get the product type of the users account.
|
| Modifier and Type | Method | Description |
|---|---|---|
User.Builder |
User.Builder.setProduct(ProductType product) |
Set the product type of the user to be built.
|
Copyright © 2019. All rights reserved.