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()
boolean
long
The folder identifier (required).long
The instance identifier (required).The user rating (optional).long
The release identifier (required).The username (required).int
hashCode()
okhttp3.HttpUrl.Builder
populateQueryParameters
(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:
populateQueryParameters
in 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
-