Uses of Class
org.dajlab.bricksetapi.v3.vo.UserMinifigNotes
-
Packages that use UserMinifigNotes Package Description org.dajlab.bricksetapi.v3.service org.dajlab.bricksetapi.v3.service.impl org.dajlab.bricksetapi.v3.vo -
-
Uses of UserMinifigNotes in org.dajlab.bricksetapi.v3.service
Methods in org.dajlab.bricksetapi.v3.service that return types with arguments of type UserMinifigNotes Modifier and Type Method Description List<UserMinifigNotes>IBricksetService. getUserMinifigNotes(String userHash)Get all of a user's minifigure notes. -
Uses of UserMinifigNotes in org.dajlab.bricksetapi.v3.service.impl
Methods in org.dajlab.bricksetapi.v3.service.impl that return types with arguments of type UserMinifigNotes Modifier and Type Method Description List<UserMinifigNotes>BricksetServiceImpl. getUserMinifigNotes(String userHash)Get all of a user's minifigure notes.List<UserMinifigNotes>MinifigCollectionManagementServiceImpl. getUserMinifigNotes(String userHash)Get all of a user's minifigure notes. -
Uses of UserMinifigNotes in org.dajlab.bricksetapi.v3.vo
Methods in org.dajlab.bricksetapi.v3.vo that return types with arguments of type UserMinifigNotes Modifier and Type Method Description List<UserMinifigNotes>Response. getUserMinifigNotes()Method parameters in org.dajlab.bricksetapi.v3.vo with type arguments of type UserMinifigNotes Modifier and Type Method Description voidResponse. setUserMinifigNotes(List<UserMinifigNotes> userMinifigureNotes)
-