Class Actions
java.lang.Object
se.michaelthelin.spotify.model_objects.AbstractModelObject
se.michaelthelin.spotify.model_objects.special.Actions
- All Implemented Interfaces:
- Serializable,- IModelObject
Retrieve information about Actions objects by building instances from this class. These objects
 contain information to allow to update the user interface based on which playback actions are
 available within the current context. These objects contain a 
Disallows object.- See Also:
- 
Nested Class SummaryNested ClassesModifier and TypeClassDescriptionstatic final classBuilder class for buildingActionsinstances.static final classJsonUtil class for buildingActionsinstances.Nested classes/interfaces inherited from interface se.michaelthelin.spotify.model_objects.IModelObjectIModelObject.IJsonUtil<T>
- 
Constructor SummaryConstructors
- 
Method Summary
- 
Constructor Details- 
ActionsCreate an Actions object.- Parameters:
- builder- The builder instance.
 
 
- 
- 
Method Details- 
getDisallowsGet the Disallows object.- Returns:
- Disallows object.
 
- 
toStringDescription copied from class:AbstractModelObjectReturns a String representation of this model object in the style:ModelObject(attr1=value1, attr2=value2, ...)- Specified by:
- toStringin class- AbstractModelObject
 
- 
builderDescription copied from interface:IModelObjectCreate a builder for building an instance of a model object.
 The type of the builder and its methods depend on its corresponding implementation.- Returns:
- A builder object.
 
 
-