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