Class Community

java.lang.Object
com.amilesend.discogs.model.type.Community

public class Community extends Object
Describes a community.
  • Method Details

    • builder

      public static Community.CommunityBuilder builder()
    • getContributors

      public List<CommunityMember> getContributors()
      The list of contributors
      See Also:
    • getDataQuality

      public String getDataQuality()
      The data quality description.
    • getHave

      public Integer getHave()
      The count of how many members have a resource.
    • getRating

      public Rating getRating()
      The community rating fo a release.
      See Also:
    • getStatus

      public String getStatus()
      The status.
    • getSubmitter

      public CommunityMember getSubmitter()
      The original submitter for the resource.
      See Also:
    • getWant

      public Integer getWant()
      The count of now many members want a give resource.
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object