Class Field
java.lang.Object
com.amilesend.discogs.model.collection.type.Field
Describes a field.
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionstatic Field.FieldBuilderbuilder()booleanPublic flag indicator.getId()The field identifier.getLines()The number of lines.getName()The field name.The list of options associated with the field.The position.getType()The type specifier.inthashCode()toString()
-
Method Details
-
builder
-
getName
The field name. -
getOptions
-
getId
The field identifier. -
getPosition
The position. -
getLines
The number of lines. Note: Applies to "textarea" type. -
getType
The type specifier. -
get_public
Public flag indicator. -
equals
-
hashCode
-
toString
-