| Package | Description |
|---|---|
| com.wrapper.spotify.enums | |
| com.wrapper.spotify.model_objects.miscellaneous | |
| com.wrapper.spotify.model_objects.specification |
| Modifier and Type | Method | Description |
|---|---|---|
static Modality |
Modality.keyOf(int mode) |
|
static Modality |
Modality.valueOf(String name) |
Returns the enum constant of this type with the specified name.
|
static Modality[] |
Modality.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method | Description |
|---|---|---|
Modality |
AudioAnalysisSection.getMode() |
Get the modality of the section.
|
Modality |
AudioAnalysisTrack.getMode() |
Get the modality of the track.
|
| Modifier and Type | Method | Description |
|---|---|---|
AudioAnalysisSection.Builder |
AudioAnalysisSection.Builder.setMode(Modality mode) |
The mode setter.
|
AudioAnalysisTrack.Builder |
AudioAnalysisTrack.Builder.setMode(Modality mode) |
The track modality setter.
|
| Modifier and Type | Method | Description |
|---|---|---|
Modality |
AudioFeatures.getMode() |
Get the modality of the track.
|
| Modifier and Type | Method | Description |
|---|---|---|
AudioFeatures.Builder |
AudioFeatures.Builder.setMode(Modality mode) |
Set the mode of the audio features object to be built.
|
Copyright © 2019. All rights reserved.