Class Seller
java.lang.Object
com.amilesend.discogs.model.Resource<Long,Seller>
com.amilesend.discogs.model.marketplace.type.Seller
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classSeller.SellerBuilder<C extends Seller, B extends Seller.SellerBuilder<C,B>> Nested classes/interfaces inherited from class Resource
Resource.ResourceBuilder<K,T, C, B> -
Method Summary
Modifier and TypeMethodDescriptionstatic Seller.SellerBuilder<?, ?> builder()The URL to the user's avatar image.The web-based URL for the seller's profile.The minimum order total.Supported payment method.Shipping information for the seller.getStats()Seller statistics.getUid()The associated user identifier.getUrl()The API resource URL for the user.The seller's username.toString()Methods inherited from class Resource
equals, getId, getResourceUrl, hashCode
-
Method Details
-
builder
-
getUsername
The seller's username. -
getAvatarUrl
The URL to the user's avatar image. -
getUrl
The API resource URL for the user. -
getShipping
Shipping information for the seller. -
getPayment
Supported payment method. -
getStats
Seller statistics. -
getMinOrderTotal
The minimum order total. -
getHtmlUrl
The web-based URL for the seller's profile. -
getUid
The associated user identifier. -
toString
-