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

public static final class Followers.Builder extends AbstractModelObject.Builder
Builder class for building Followers instances.
  • Constructor Details

    • Builder

      public Builder()
  • Method Details

    • setHref

      public Followers.Builder setHref(String href)
    • setTotal

      public Followers.Builder setTotal(Integer total)
    • build

      public Followers build()
      Description copied from interface: IModelObject.Builder
      Build 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.