Class ChangeReleaseRatingRequest
java.lang.Object
com.amilesend.discogs.model.collection.ChangeReleaseRatingRequest
- All Implemented Interfaces:
BodyBasedRequest, QueryParameterBasedRequest
The request to change the rating on a release and/or move the instance to another folder.
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class -
Method Summary
Modifier and TypeMethodDescriptionbuilder()booleanlongThe folder identifier (required).longThe instance identifier (required).The user rating (optional).longThe release identifier (required).The username (required).inthashCode()okhttp3.HttpUrl.BuilderpopulateQueryParameters(okhttp3.HttpUrl.Builder urlBuilder) The folder identifier that you want to move the instance to (optional).toString()
-
Method Details
-
populateQueryParameters
public okhttp3.HttpUrl.Builder populateQueryParameters(okhttp3.HttpUrl.Builder urlBuilder) The folder identifier that you want to move the instance to (optional).- Specified by:
populateQueryParametersin interfaceQueryParameterBasedRequest- Parameters:
urlBuilder- the HttpUrl.Builder instance- Returns:
- the HttpUrl.Builder instance
-
builder
-
getUsername
The username (required). -
getFolderId
public long getFolderId()The folder identifier (required). -
getReleaseId
public long getReleaseId()The release identifier (required). -
getInstanceId
public long getInstanceId()The instance identifier (required). -
getRating
The user rating (optional). -
equals
-
hashCode
-
toString
-