Interface IElementsService
-
- All Superinterfaces:
IService
- All Known Implementing Classes:
ElementsServiceImpl
public interface IElementsService extends IService
Service for LEGO elements /api/v3/lego/elements/.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ElementgetElement(String elementId)Get details about a specific Element ID.
-
-
-
Method Detail
-
getElement
Element getElement(String elementId) throws RebrickableException
Get details about a specific Element ID.- Parameters:
elementId- element ID- Returns:
- the element, or null if not found
- Throws:
RebrickableException- exception- See Also:
- lego/elements
-
-