Uses of Class
org.dajlab.bricksetapi.v3.vo.Set
-
Packages that use Set Package Description org.dajlab.bricksetapi.v3.service org.dajlab.bricksetapi.v3.service.impl org.dajlab.bricksetapi.v3.vo -
-
Uses of Set in org.dajlab.bricksetapi.v3.service
Methods in org.dajlab.bricksetapi.v3.service that return types with arguments of type Set Modifier and Type Method Description List<Set>IBricksetService. getSets(SetParameters params)Retrieve a list of sets, or more information about a particular one.List<Set>IBricksetService. getSets(SetParameters params, String userHash)Retrieve a list of sets, or more information about a particular one. -
Uses of Set in org.dajlab.bricksetapi.v3.service.impl
Methods in org.dajlab.bricksetapi.v3.service.impl that return types with arguments of type Set Modifier and Type Method Description List<Set>BricksetServiceImpl. getSets(SetParameters params)Retrieve a list of sets, or more information about a particular one.List<Set>BricksetServiceImpl. getSets(SetParameters params, String userHash)Retrieve a list of sets, or more information about a particular one.List<Set>SetsServiceImpl. getSets(SetParameters params)Retrieve a list of sets, or more information about a particular one.List<Set>SetsServiceImpl. getSets(SetParameters params, String userHash)Retrieve a list of sets, or more information about a particular one. -
Uses of Set in org.dajlab.bricksetapi.v3.vo
Methods in org.dajlab.bricksetapi.v3.vo that return types with arguments of type Set Modifier and Type Method Description List<Set>Response. getSets()Method parameters in org.dajlab.bricksetapi.v3.vo with type arguments of type Set Modifier and Type Method Description voidResponse. setSets(List<Set> sets)
-