Class GetFeeRequest
java.lang.Object
com.amilesend.discogs.model.marketplace.GetFeeRequest
- All Implemented Interfaces:
QueryParameterBasedRequest
The request to get the fee for a given price.
- See Also:
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionbuilder()
boolean
The currency (optional).double
getPrice()
The price (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
-
getPrice
public double getPrice()The price (required). -
getCurrency
The currency (optional). -
equals
-
hashCode
-
toString
-