boolean |
BricksetServiceImpl.checkKey() |
Check if an API key is valid.
|
boolean |
GeneralServiceImpl.checkKey() |
Check if an API key is valid.
|
boolean |
BricksetServiceImpl.checkUserHash(String userHash) |
Check if a userHash key is valid.
|
boolean |
GeneralServiceImpl.checkUserHash(String userHash) |
Check if a userHash key is valid.
|
List<AdditionalImages> |
BricksetServiceImpl.getAdditionalImages(int setId) |
Get a list of URLs of additional set images for the specified set.
|
List<AdditionalImages> |
SetsServiceImpl.getAdditionalImages(int setId) |
Get a list of URLs of additional set images for the specified set.
|
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.
|
List<ApiKeyUsage> |
BricksetServiceImpl.getKeyUsageStats() |
Get key usage stats for the last 30 days.
|
List<ApiKeyUsage> |
GeneralServiceImpl.getKeyUsageStats() |
Get key usage stats for the last 30 days.
|
List<MinifigCollection> |
BricksetServiceImpl.getMinifigCollection(GetMinifigCollectionParameters params,
String userHash) |
Get a list of minifigs owned/wanted by a user.
|
List<MinifigCollection> |
MinifigCollectionManagementServiceImpl.getMinifigCollection(GetMinifigCollectionParameters params,
String userHash) |
Get a list of minifigs owned/wanted by a user.
|
List<Reviews> |
BricksetServiceImpl.getReviews(int setId) |
Get user reviews for the specified set.
|
List<Reviews> |
SetsServiceImpl.getReviews(int setId) |
Get user reviews for the specified set.
|
List<Set> |
BricksetServiceImpl.getSets(SetParameters params) |
Retrieve a list of sets, or more information about a particular one.
|
List<Set> |
BricksetServiceImpl.getSets(SetParameters params,
String userHash) |
Retrieve a list of sets, or more information about a particular one.
|
List<Set> |
SetsServiceImpl.getSets(SetParameters params) |
Retrieve a list of sets, or more information about a particular one.
|
List<Set> |
SetsServiceImpl.getSets(SetParameters params,
String userHash) |
Retrieve a list of sets, or more information about a particular one.
|
List<Subtheme> |
BricksetServiceImpl.getSubthemes(String theme) |
Get a list of subthemes for a given theme, with the total number of sets in
each.
|
List<Subtheme> |
SetsServiceImpl.getSubthemes(String theme) |
Get a list of subthemes for a given theme, with the total number of sets in
each.
|
List<Theme> |
BricksetServiceImpl.getThemes() |
Get a list of themes, with the total number of sets in each.
|
List<Theme> |
SetsServiceImpl.getThemes() |
Get a list of themes, with the total number of sets in each.
|
List<UserMinifigNotes> |
BricksetServiceImpl.getUserMinifigNotes(String userHash) |
Get all of a user's minifigure notes.
|
List<UserMinifigNotes> |
MinifigCollectionManagementServiceImpl.getUserMinifigNotes(String userHash) |
Get all of a user's minifigure notes.
|
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.
|
List<Year> |
BricksetServiceImpl.getYears(String theme) |
Get a list of years for a given theme, with the total number of sets in each.
|
List<Year> |
SetsServiceImpl.getYears(String theme) |
Get a list of years for a given theme, with the total number of sets in each.
|
String |
BricksetServiceImpl.login(String username,
String password) |
Log in as a user and retrieve a token that can be used in subsequent API
calls.
|
String |
GeneralServiceImpl.login(String username,
String password) |
Log in as a user and retrieve a token that can be used in subsequent API
calls.
|
void |
BricksetServiceImpl.setCollection(int setId,
SetCollectionParameters params,
String userHash) |
Set a user's collection details.
|
void |
SetCollectionManagementServiceImpl.setCollection(int setId,
SetCollectionParameters params,
String userHash) |
Set a user's collection details.
|
void |
BricksetServiceImpl.setMinifigCollection(String minifigNumber,
SetMinifigCollectionParameters params,
String userHash) |
Add/change a user's 'loose' minifig collection.
|
void |
MinifigCollectionManagementServiceImpl.setMinifigCollection(String minifigNumber,
SetMinifigCollectionParameters params,
String userHash) |
Add/change a user's 'loose' minifig collection.
|