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()
boolean
long
The folder identifier (required).long
The instance identifier (required).The folder identifier that you want to move the instance to (optional).long
The release identifier (required).The username (required).int
hashCode()
okhttp3.HttpUrl.Builder
populateQueryParameters
(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:QueryParameterBasedRequest
Helper method to populate query parameters of aHttpUrl.Builder
.- 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). -
getMoveToFolderId
The folder identifier that you want to move the instance to (optional). -
equals
-
hashCode
-
toString
-