Class Seller

java.lang.Object
com.amilesend.discogs.model.Resource<Long,Seller>
com.amilesend.discogs.model.marketplace.type.Seller

public class Seller extends Resource<Long,Seller>
Describes a seller resource.
See Also:
  • Method Details

    • builder

      public static Seller.SellerBuilder<?,?> builder()
    • getUsername

      public String getUsername()
      The seller's username.
    • getAvatarUrl

      public String getAvatarUrl()
      The URL to the user's avatar image.
    • getUrl

      public String getUrl()
      The API resource URL for the user.
    • getShipping

      public String getShipping()
      Shipping information for the seller.
    • getPayment

      public String getPayment()
      Supported payment method.
    • getStats

      public SellerStats getStats()
      Seller statistics.
    • getMinOrderTotal

      public Double getMinOrderTotal()
      The minimum order total.
    • getHtmlUrl

      public String getHtmlUrl()
      The web-based URL for the seller's profile.
    • getUid

      public Long getUid()
      The associated user identifier.
    • toString

      public String toString()
      Overrides:
      toString in class Resource<Long,Seller>