Uses of Class
org.dajlab.bricksetapi.v3.vo.SetMinifigCollectionParameters
-
Packages that use SetMinifigCollectionParameters Package Description org.dajlab.bricksetapi.v3.service org.dajlab.bricksetapi.v3.service.impl org.dajlab.bricksetapi.v3.vo -
-
Uses of SetMinifigCollectionParameters in org.dajlab.bricksetapi.v3.service
Methods in org.dajlab.bricksetapi.v3.service with parameters of type SetMinifigCollectionParameters Modifier and Type Method Description voidIBricksetService. setMinifigCollection(String minifigNumber, SetMinifigCollectionParameters params, String userHash)Add/change a user's 'loose' minifig collection. -
Uses of SetMinifigCollectionParameters in org.dajlab.bricksetapi.v3.service.impl
Methods in org.dajlab.bricksetapi.v3.service.impl with parameters of type SetMinifigCollectionParameters Modifier and Type Method Description voidBricksetServiceImpl. setMinifigCollection(String minifigNumber, SetMinifigCollectionParameters params, String userHash)Add/change a user's 'loose' minifig collection.voidMinifigCollectionManagementServiceImpl. setMinifigCollection(String minifigNumber, SetMinifigCollectionParameters params, String userHash)Add/change a user's 'loose' minifig collection. -
Uses of SetMinifigCollectionParameters in org.dajlab.bricksetapi.v3.vo
Methods in org.dajlab.bricksetapi.v3.vo that return SetMinifigCollectionParameters Modifier and Type Method Description SetMinifigCollectionParametersSetMinifigCollectionParameters. setOwn(Boolean own)If false thenquantityOwnedis automatically set to 0SetMinifigCollectionParametersSetMinifigCollectionParameters. setQuantityOwned(Integer quantityOwned)0-999.SetMinifigCollectionParametersSetMinifigCollectionParameters. setWant(Boolean want)
-