Uses of Class
org.dajlab.bricksetapi.v3.vo.GetMinifigCollectionParameters
-
Packages that use GetMinifigCollectionParameters Package Description org.dajlab.bricksetapi.v3.service org.dajlab.bricksetapi.v3.service.impl org.dajlab.bricksetapi.v3.vo -
-
Uses of GetMinifigCollectionParameters in org.dajlab.bricksetapi.v3.service
Methods in org.dajlab.bricksetapi.v3.service with parameters of type GetMinifigCollectionParameters 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 GetMinifigCollectionParameters in org.dajlab.bricksetapi.v3.service.impl
Methods in org.dajlab.bricksetapi.v3.service.impl with parameters of type GetMinifigCollectionParameters 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 GetMinifigCollectionParameters in org.dajlab.bricksetapi.v3.vo
Methods in org.dajlab.bricksetapi.v3.vo that return GetMinifigCollectionParameters Modifier and Type Method Description GetMinifigCollectionParametersGetMinifigCollectionParameters. onlyOwned()Retrieve minifigs ownedGetMinifigCollectionParametersGetMinifigCollectionParameters. onlyWanted()Retrieve minifigs wantedGetMinifigCollectionParametersGetMinifigCollectionParameters. setQuery(String query)This can be a minifig number or name.
-