Uses of Class
com.amilesend.discogs.model.database.UpdateUserReleaseRatingResponse
Packages that use UpdateUserReleaseRatingResponse
-
Uses of UpdateUserReleaseRatingResponse in com.amilesend.discogs.api
Methods in com.amilesend.discogs.api that return UpdateUserReleaseRatingResponseModifier and TypeMethodDescriptionDatabaseApi.updateUserReleaseRating
(@NonNull UpdateUserReleaseRatingRequest request) Updates the release rating for a user. -
Uses of UpdateUserReleaseRatingResponse in com.amilesend.discogs.model.database
Classes in com.amilesend.discogs.model.database with type parameters of type UpdateUserReleaseRatingResponseModifier and TypeClassDescriptionstatic class
UpdateUserReleaseRatingResponse.UpdateUserReleaseRatingResponseBuilder<C extends UpdateUserReleaseRatingResponse, B extends UpdateUserReleaseRatingResponse.UpdateUserReleaseRatingResponseBuilder<C,
B>>