Uses of Class
se.michaelthelin.spotify.enums.Modality
-
Packages that use Modality Package Description se.michaelthelin.spotify.enums se.michaelthelin.spotify.model_objects.miscellaneous se.michaelthelin.spotify.model_objects.specification -
-
Uses of Modality in se.michaelthelin.spotify.enums
Methods in se.michaelthelin.spotify.enums that return Modality Modifier and Type Method Description static ModalityModality. keyOf(int mode)static ModalityModality. 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. -
Uses of Modality in se.michaelthelin.spotify.model_objects.miscellaneous
Methods in se.michaelthelin.spotify.model_objects.miscellaneous that return Modality Modifier and Type Method Description ModalityAudioAnalysisSection. getMode()Get the modality of the section.ModalityAudioAnalysisTrack. getMode()Get the modality of the track.Methods in se.michaelthelin.spotify.model_objects.miscellaneous with parameters of type Modality Modifier and Type Method Description AudioAnalysisSection.BuilderAudioAnalysisSection.Builder. setMode(Modality mode)The mode setter.AudioAnalysisTrack.BuilderAudioAnalysisTrack.Builder. setMode(Modality mode)The track modality setter. -
Uses of Modality in se.michaelthelin.spotify.model_objects.specification
Methods in se.michaelthelin.spotify.model_objects.specification that return Modality Modifier and Type Method Description ModalityAudioFeatures. getMode()Get the modality of the track.Methods in se.michaelthelin.spotify.model_objects.specification with parameters of type Modality Modifier and Type Method Description AudioFeatures.BuilderAudioFeatures.Builder. setMode(Modality mode)Set the mode of the audio features object to be built.
-