Class Actions.Builder
- java.lang.Object
-
- se.michaelthelin.spotify.model_objects.AbstractModelObject.Builder
-
- se.michaelthelin.spotify.model_objects.special.Actions.Builder
-
- All Implemented Interfaces:
IModelObject.Builder
- Enclosing class:
- Actions
public static final class Actions.Builder extends AbstractModelObject.Builder
Builder class for buildingActionsinstances.
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Actionsbuild()Build a model object with the information set in the builder object.Actions.BuildersetDisallows(Disallows disallows)Set the Disallows object of the Actions object to be built.
-
-
-
Method Detail
-
setDisallows
public Actions.Builder setDisallows(Disallows disallows)
Set the Disallows object of the Actions object to be built.- Parameters:
disallows- TheDisallowsobject.- Returns:
- A
Actions.Builder.
-
build
public Actions build()
Description copied from interface:IModelObject.BuilderBuild a model object with the information set in the builder object.
The type of the model object and its methods depend on its corresponding implementation.- Returns:
- A model object.
-
-