Class Followers.Builder
java.lang.Object
se.michaelthelin.spotify.model_objects.AbstractModelObject.Builder
se.michaelthelin.spotify.model_objects.specification.Followers.Builder
- All Implemented Interfaces:
- IModelObject.Builder
- Enclosing class:
- Followers
Builder class for building 
Followers instances.- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionbuild()Build a model object with the information set in the builder object.The href setter.The follower count setter.
- 
Constructor Details- 
Builderpublic Builder()Default constructor.
 
- 
- 
Method Details- 
setHrefThe href setter.- Parameters:
- href- A link to the Web API endpoint providing full details of the followers;- nullif not available.
- Returns:
- A Followers.Builder.
 
- 
setTotalThe follower count setter.- Parameters:
- total- The total number of followers.
- Returns:
- A Followers.Builder.
 
- 
buildDescription 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.
 
 
-