Class GetUserContributionsRequest
java.lang.Object
com.amilesend.discogs.model.identity.GetUserContributionsRequest
- All Implemented Interfaces:
QueryParameterBasedRequest
Defines the request to fetch user contributions.
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic enumDefines the supported attributes to sort on for requests. -
Method Summary
Modifier and TypeMethodDescriptionbuilder()booleangetSort()The attribute to sort on (optional).The sort order (optional).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). -
getSort
The attribute to sort on (optional). -
getSortOrder
The sort order (optional). -
equals
-
hashCode
-
toString
-