Uses of Class
org.dajlab.bricksetapi.v3.vo.Instruction
-
Packages that use Instruction Package Description org.dajlab.bricksetapi.v3.service org.dajlab.bricksetapi.v3.service.impl org.dajlab.bricksetapi.v3.vo -
-
Uses of Instruction in org.dajlab.bricksetapi.v3.service
Methods in org.dajlab.bricksetapi.v3.service that return types with arguments of type Instruction Modifier and Type Method Description List<Instruction>IBricksetService. getInstructions(int setId)Get a list of instructions for the specified set.List<Instruction>IBricksetService. getInstructions2(String setNumber)Get a list of instructions for the specified set without the need to look up the set ID first. -
Uses of Instruction in org.dajlab.bricksetapi.v3.service.impl
Methods in org.dajlab.bricksetapi.v3.service.impl that return types with arguments of type Instruction Modifier and Type Method Description List<Instruction>BricksetServiceImpl. getInstructions(int setId)Get a list of instructions for the specified set.List<Instruction>SetsServiceImpl. getInstructions(int setId)Get a list of instructions for the specified set.List<Instruction>BricksetServiceImpl. getInstructions2(String setNumber)Get a list of instructions for the specified set without the need to look up the set ID first. -
Uses of Instruction in org.dajlab.bricksetapi.v3.vo
Methods in org.dajlab.bricksetapi.v3.vo that return types with arguments of type Instruction Modifier and Type Method Description List<Instruction>Response. getInstructions()Method parameters in org.dajlab.bricksetapi.v3.vo with type arguments of type Instruction Modifier and Type Method Description voidResponse. setInstructions(List<Instruction> instructions)
-