Class MoveReleaseRequest
java.lang.Object
com.amilesend.discogs.model.collection.MoveReleaseRequest
- All Implemented Interfaces:
BodyBasedRequest, QueryParameterBasedRequest
The request to move the instance to another folder.
- See Also:
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionbuilder()booleanlongThe folder identifier (required).longThe instance identifier (required).The folder identifier that you want to move the instance to (optional).longThe release identifier (required).The username (required).inthashCode()okhttp3.HttpUrl.BuilderpopulateQueryParameters(okhttp3.HttpUrl.Builder urlBuilder) Helper method to populate query parameters of aHttpUrl.Builder.toString()
-
Method Details
-
populateQueryParameters
public okhttp3.HttpUrl.Builder populateQueryParameters(okhttp3.HttpUrl.Builder urlBuilder) Description copied from interface:QueryParameterBasedRequestHelper method to populate query parameters of aHttpUrl.Builder.- 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). -
getMoveToFolderId
The folder identifier that you want to move the instance to (optional). -
equals
-
hashCode
-
toString
-