| Package | Description |
|---|---|
| org.dajlab.bricksetapi.v3.service | |
| org.dajlab.bricksetapi.v3.service.impl | |
| org.dajlab.bricksetapi.v3.vo |
| Modifier and Type | Method and 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.
|
| Modifier and Type | Method and Description |
|---|---|
List<Instruction> |
SetsServiceImpl.getInstructions(int setId)
Get a list of instructions for the specified set.
|
List<Instruction> |
BricksetServiceImpl.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.
|
| Modifier and Type | Method and Description |
|---|---|
List<Instruction> |
Response.getInstructions() |
| Modifier and Type | Method and Description |
|---|---|
void |
Response.setInstructions(List<Instruction> instructions) |
Copyright © 2022. All rights reserved.