Interface ISetsService
-
- All Superinterfaces:
IService
- All Known Implementing Classes:
SetsServiceImpl
public interface ISetsService extends IService
Service for LEGO sets /api/v3/lego/sets/*
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SetgetSet(String setNumber)Get details for a specific Set.
-
-
-
Method Detail
-
getSet
Set getSet(String setNumber) throws RebrickableException
Get details for a specific Set.- Parameters:
setNumber- set number- Returns:
- the set, or null if not found
- Throws:
RebrickableException- exception
-
-