Class Community.CommunityBuilder
java.lang.Object
com.amilesend.discogs.model.type.Community.CommunityBuilder
- Enclosing class:
Community
-
Method Summary
Modifier and TypeMethodDescriptionbuild()contributors(List<CommunityMember> contributors) The list of contributorsdataQuality(String dataQuality) The data quality description.The count of how many members have a resource.The community rating fo a release.The status.submitter(CommunityMember submitter) The original submitter for the resource.toString()The count of now many members want a give resource.
-
Method Details
-
contributors
The list of contributors- Returns:
this.- See Also:
-
dataQuality
The data quality description.- Returns:
this.
-
have
The count of how many members have a resource.- Returns:
this.
-
rating
The community rating fo a release.- Returns:
this.- See Also:
-
status
-
submitter
The original submitter for the resource.- Returns:
this.- See Also:
-
want
The count of now many members want a give resource.- Returns:
this.
-
build
-
toString
-