Uses of Enum Class
se.michaelthelin.spotify.enums.Modality
Packages that use Modality
Package
Description
-
Uses of Modality in se.michaelthelin.spotify.enums
Methods in se.michaelthelin.spotify.enums that return ModalityModifier and TypeMethodDescriptionstatic Modality
Modality.keyOf
(int mode) Get theModality
associated with the given mode value.static Modality
Returns the enum constant of this class with the specified name.static Modality[]
Modality.values()
Returns an array containing the constants of this enum class, 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 ModalityModifier and TypeMethodDescriptionAudioAnalysisSection.getMode()
Get the modality of the section.AudioAnalysisTrack.getMode()
Get the modality of the track.Methods in se.michaelthelin.spotify.model_objects.miscellaneous with parameters of type ModalityModifier and TypeMethodDescriptionThe mode setter.The track modality setter. -
Uses of Modality in se.michaelthelin.spotify.model_objects.specification
Methods in se.michaelthelin.spotify.model_objects.specification that return ModalityMethods in se.michaelthelin.spotify.model_objects.specification with parameters of type ModalityModifier and TypeMethodDescriptionSet the mode of the audio features object to be built.