Uses of Class
org.dajlab.bricksetapi.v3.vo.UserNotes
-
Packages that use UserNotes Package Description org.dajlab.bricksetapi.v3.service org.dajlab.bricksetapi.v3.service.impl org.dajlab.bricksetapi.v3.vo -
-
Uses of UserNotes in org.dajlab.bricksetapi.v3.service
Methods in org.dajlab.bricksetapi.v3.service that return types with arguments of type UserNotes Modifier and Type Method Description List<UserNotes>IBricksetService. getUserNotes(String userHash)Get all of a user's set notes. -
Uses of UserNotes in org.dajlab.bricksetapi.v3.service.impl
Methods in org.dajlab.bricksetapi.v3.service.impl that return types with arguments of type UserNotes Modifier and Type Method Description List<UserNotes>BricksetServiceImpl. getUserNotes(String userHash)Get all of a user's set notes.List<UserNotes>SetCollectionManagementServiceImpl. getUserNotes(String userHash)Get all of a user's set notes. -
Uses of UserNotes in org.dajlab.bricksetapi.v3.vo
Methods in org.dajlab.bricksetapi.v3.vo that return types with arguments of type UserNotes Modifier and Type Method Description List<UserNotes>Response. getUserNotes()Method parameters in org.dajlab.bricksetapi.v3.vo with type arguments of type UserNotes Modifier and Type Method Description voidResponse. setUserNotes(List<UserNotes> userNotes)
-