Uses of Enum Class
se.michaelthelin.spotify.enums.Action
Packages that use Action
Package
Description
-
Uses of Action in se.michaelthelin.spotify.enums
Methods in se.michaelthelin.spotify.enums that return Action -
Uses of Action in se.michaelthelin.spotify.model_objects.specification
Methods in se.michaelthelin.spotify.model_objects.specification that return types with arguments of type ActionModifier and TypeMethodDescriptionDisallows.getDisallowedActions()
Get a set of disallowed actions.Method parameters in se.michaelthelin.spotify.model_objects.specification with type arguments of type ActionModifier and TypeMethodDescriptionDisallows.Builder.setDisallowedActions
(EnumSet<Action> disallowedActions) Set the set of disallowed actions.