Uses of Class
org.dajlab.bricksetapi.v3.vo.MinifigCollection
-
Packages that use MinifigCollection Package Description org.dajlab.bricksetapi.v3.service org.dajlab.bricksetapi.v3.service.impl org.dajlab.bricksetapi.v3.vo -
-
Uses of MinifigCollection in org.dajlab.bricksetapi.v3.service
Methods in org.dajlab.bricksetapi.v3.service that return types with arguments of type MinifigCollection Modifier and Type Method Description List<MinifigCollection>IBricksetService. getMinifigCollection(GetMinifigCollectionParameters params, String userHash)Get a list of minifigs owned/wanted by a user. -
Uses of MinifigCollection in org.dajlab.bricksetapi.v3.service.impl
Methods in org.dajlab.bricksetapi.v3.service.impl that return types with arguments of type MinifigCollection Modifier and Type Method Description List<MinifigCollection>BricksetServiceImpl. getMinifigCollection(GetMinifigCollectionParameters params, String userHash)Get a list of minifigs owned/wanted by a user.List<MinifigCollection>MinifigCollectionManagementServiceImpl. getMinifigCollection(GetMinifigCollectionParameters params, String userHash)Get a list of minifigs owned/wanted by a user. -
Uses of MinifigCollection in org.dajlab.bricksetapi.v3.vo
Methods in org.dajlab.bricksetapi.v3.vo that return types with arguments of type MinifigCollection Modifier and Type Method Description List<MinifigCollection>Response. getMinifigs()Method parameters in org.dajlab.bricksetapi.v3.vo with type arguments of type MinifigCollection Modifier and Type Method Description voidResponse. setMinifigs(List<MinifigCollection> minifigs)
-