Uses of Class
org.dajlab.bricksetapi.v3.vo.SetCollectionParameters
-
Packages that use SetCollectionParameters Package Description org.dajlab.bricksetapi.v3.service org.dajlab.bricksetapi.v3.service.impl org.dajlab.bricksetapi.v3.vo -
-
Uses of SetCollectionParameters in org.dajlab.bricksetapi.v3.service
Methods in org.dajlab.bricksetapi.v3.service with parameters of type SetCollectionParameters Modifier and Type Method Description voidIBricksetService. setCollection(int setId, SetCollectionParameters params, String userHash)Set a user's collection details. -
Uses of SetCollectionParameters in org.dajlab.bricksetapi.v3.service.impl
Methods in org.dajlab.bricksetapi.v3.service.impl with parameters of type SetCollectionParameters Modifier and Type Method Description voidBricksetServiceImpl. setCollection(int setId, SetCollectionParameters params, String userHash)Set a user's collection details.voidSetCollectionManagementServiceImpl. setCollection(int setId, SetCollectionParameters params, String userHash)Set a user's collection details. -
Uses of SetCollectionParameters in org.dajlab.bricksetapi.v3.vo
Methods in org.dajlab.bricksetapi.v3.vo that return SetCollectionParameters Modifier and Type Method Description SetCollectionParametersSetCollectionParameters. setNotes(String notes)User notes, max 1000 charactersSetCollectionParametersSetCollectionParameters. setOwn(Boolean own)If false thenquantityOwnedis automatically set to 0SetCollectionParametersSetCollectionParameters. setQuantityOwned(Integer quantityOwned)0-999.SetCollectionParametersSetCollectionParameters. setRating(Integer rating)User rating 1-5SetCollectionParametersSetCollectionParameters. setWant(Boolean want)
-