Class Stat.StatBuilder

java.lang.Object
com.amilesend.discogs.model.database.type.Stat.StatBuilder
Enclosing class:
Stat

public static class Stat.StatBuilder extends Object
  • Method Details

    • inCollection

      public Stat.StatBuilder inCollection(Integer inCollection)
      The number of members with the master/release/version in their collection.
      Returns:
      this.
    • inWantList

      public Stat.StatBuilder inWantList(Integer inWantList)
      The number of members with the master/release/version in their want list.
      Returns:
      this.
    • build

      public Stat build()
    • toString

      public String toString()
      Overrides:
      toString in class Object