public class SetMinifigCollectionParameters extends Object
| Constructor and Description |
|---|
SetMinifigCollectionParameters() |
| Modifier and Type | Method and Description |
|---|---|
String |
getNotes() |
Boolean |
getOwn() |
Integer |
getQuantityOwned() |
Boolean |
getWant() |
void |
setNotes(String notes)
User notes, max 1000 characters.
|
SetMinifigCollectionParameters |
setOwn(Boolean own)
If false then
quantityOwned is automatically set to 0 |
SetMinifigCollectionParameters |
setQuantityOwned(Integer quantityOwned)
0-999.
|
SetMinifigCollectionParameters |
setWant(Boolean want) |
public final Boolean getOwn()
public final SetMinifigCollectionParameters setOwn(Boolean own)
quantityOwned is automatically set to 0own - the own to setpublic final Boolean getWant()
public final SetMinifigCollectionParameters setWant(Boolean want)
want - the want to setpublic final Integer getQuantityOwned()
public final SetMinifigCollectionParameters setQuantityOwned(Integer quantityOwned)
own is automatically set to truequantityOwned - the quantityOwned to setpublic String getNotes()
public void setNotes(String notes)
own/want/quantityOwned OR notes.notes - the notes to setCopyright © 2021. All rights reserved.