Class Field

java.lang.Object
com.amilesend.discogs.model.collection.type.Field

public class Field extends Object
Describes a field.
  • Method Details

    • builder

      public static Field.FieldBuilder builder()
    • getName

      public String getName()
      The field name.
    • getOptions

      public List<String> getOptions()
      The list of options associated with the field. Note: Applies to "dropdown" type.
    • getId

      public Long getId()
      The field identifier.
    • getPosition

      public Integer getPosition()
      The position.
    • getLines

      public Integer getLines()
      The number of lines. Note: Applies to "textarea" type.
    • getType

      public String getType()
      The type specifier.
    • get_public

      public Boolean get_public()
      Public flag indicator.
    • 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