Uses of Class
com.wrapper.spotify.enums.Modality
-
Packages that use Modality Package Description com.wrapper.spotify.enums com.wrapper.spotify.model_objects.miscellaneous com.wrapper.spotify.model_objects.specification -
-
Uses of Modality in com.wrapper.spotify.enums
Methods in com.wrapper.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 com.wrapper.spotify.model_objects.miscellaneous
Methods in com.wrapper.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 com.wrapper.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 com.wrapper.spotify.model_objects.specification
Methods in com.wrapper.spotify.model_objects.specification that return Modality Modifier and Type Method Description ModalityAudioFeatures. getMode()Get the modality of the track.Methods in com.wrapper.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.
-