Class Format

java.lang.Object
com.amilesend.discogs.model.type.Format

public class Format extends Object
Describes a release format.
  • Method Details

    • builder

      public static Format.FormatBuilder builder()
    • getDescriptions

      public List<String> getDescriptions()
      The list of descriptions (e.g., "Album", "Single", etc.).
    • getName

      public String getName()
      The format name (e.g., "CD").
    • getQty

      public Integer getQty()
      The quantity.
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object