Uses of Class
se.michaelthelin.spotify.enums.Action
-
Packages that use Action Package Description se.michaelthelin.spotify.enums se.michaelthelin.spotify.model_objects.specification -
-
Uses of Action in se.michaelthelin.spotify.enums
Methods in se.michaelthelin.spotify.enums that return Action Modifier and Type Method Description static ActionAction. keyOf(String key)static ActionAction. valueOf(String name)Returns the enum constant of this type with the specified name.static Action[]Action. values()Returns an array containing the constants of this enum type, in the order they are declared. -
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 Action Modifier and Type Method Description EnumSet<Action>Disallows. getDisallowedActions()Get a set of disallowed actions.Method parameters in se.michaelthelin.spotify.model_objects.specification with type arguments of type Action Modifier and Type Method Description Disallows.BuilderDisallows.Builder. setDisallowedActions(EnumSet<Action> disallowedActions)Set the set of disallowed actions.
-