Class SetMinifigCollectionParameters


  • public class SetMinifigCollectionParameters
    extends Object
    • Constructor Detail

      • SetMinifigCollectionParameters

        public SetMinifigCollectionParameters()
    • Method Detail

      • getOwn

        public final Boolean getOwn()
        Returns:
        the own
      • getWant

        public final Boolean getWant()
        Returns:
        the want
      • getQuantityOwned

        public final Integer getQuantityOwned()
        Returns:
        the quantityOwned
      • setQuantityOwned

        public final SetMinifigCollectionParameters setQuantityOwned​(Integer quantityOwned)
        0-999. If greater than 0 then own is automatically set to true
        Parameters:
        quantityOwned - the quantityOwned to set
        Returns:
        this
      • getNotes

        public String getNotes()
        Returns:
        the notes
      • setNotes

        public void setNotes​(String notes)
        User notes, max 1000 characters.
        Note: due to the way this method works pass either own/want/quantityOwned OR notes.
        Parameters:
        notes - the notes to set