| Package | Description |
|---|---|
| org.dajlab.bricksetapi.v3.service | |
| org.dajlab.bricksetapi.v3.service.impl |
| Modifier and Type | Method and Description |
|---|---|
boolean |
IBricksetService.checkKey()
Check if an API key is valid.
|
boolean |
IBricksetService.checkUserHash(String userHash)
Check if a userHash key is valid.
|
List<AdditionalImages> |
IBricksetService.getAdditionalImages(int setId)
Get a list of URLs of additional set images for the specified set.
|
List<Instruction> |
IBricksetService.getInstructions(int setId)
Get a list of instructions for the specified set.
|
List<ApiKeyUsage> |
IBricksetService.getKeyUsageStats()
Get key usage stats for the last 30 days.
|
List<MinifigCollection> |
IBricksetService.getMinifigCollection(GetMinifigCollectionParameters params,
String userHash)
Get a list of minifigs owned/wanted by a user.
|
List<Reviews> |
IBricksetService.getReviews(int setId)
Get user reviews for the specified set.
|
List<Set> |
IBricksetService.getSets(SetParameters params)
Retrieve a list of sets, or more information about a particular one.
|
List<Set> |
IBricksetService.getSets(SetParameters params,
String userHash)
Retrieve a list of sets, or more information about a particular one.
|
List<Subtheme> |
IBricksetService.getSubthemes(String theme)
Get a list of subthemes for a given theme, with the total number of sets in
each.
|
List<Theme> |
IBricksetService.getThemes()
Get a list of themes, with the total number of sets in each.
|
List<UserMinifigNotes> |
IBricksetService.getUserMinifigNotes(String userHash)
Get all of a user's minifigure notes.
|
List<UserNotes> |
IBricksetService.getUserNotes(String userHash)
Get all of a user's set notes.
|
List<Year> |
IBricksetService.getYears(String theme)
Get a list of years for a given theme, with the total number of sets in each.
|
String |
IBricksetService.login(String username,
String password)
Log in as a user and retrieve a token that can be used in subsequent API
calls.
|
protected String |
AbstractBricksetService.returnJsonResponse(Method method,
String uri)
Call the service and return the response.
|
protected String |
AbstractBricksetService.returnJsonResponse(Method method,
String uri,
Map<String,String> parameters,
String userHash)
Call the service and return the response.
|
void |
IBricksetService.setCollection(int setId,
SetCollectionParameters params,
String userHash)
Set a user's collection details.
|
void |
IBricksetService.setMinifigCollection(String minifigNumber,
SetMinifigCollectionParameters params,
String userHash)
Add/change a user's 'loose' minifig collection.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
GeneralServiceImpl.checkKey()
Check if an API key is valid.
|
boolean |
BricksetServiceImpl.checkKey()
Check if an API key is valid.
|
boolean |
GeneralServiceImpl.checkUserHash(String userHash)
Check if a userHash key is valid.
|
boolean |
BricksetServiceImpl.checkUserHash(String userHash)
Check if a userHash key is valid.
|
List<AdditionalImages> |
SetsServiceImpl.getAdditionalImages(int setId)
Get a list of URLs of additional set images for the specified set.
|
List<AdditionalImages> |
BricksetServiceImpl.getAdditionalImages(int setId)
Get a list of URLs of additional set images for the specified set.
|
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<ApiKeyUsage> |
GeneralServiceImpl.getKeyUsageStats()
Get key usage stats for the last 30 days.
|
List<ApiKeyUsage> |
BricksetServiceImpl.getKeyUsageStats()
Get key usage stats for the last 30 days.
|
List<MinifigCollection> |
MinifigCollectionManagementServiceImpl.getMinifigCollection(GetMinifigCollectionParameters params,
String userHash)
Get a list of minifigs owned/wanted by a user.
|
List<MinifigCollection> |
BricksetServiceImpl.getMinifigCollection(GetMinifigCollectionParameters params,
String userHash)
Get a list of minifigs owned/wanted by a user.
|
List<Reviews> |
SetsServiceImpl.getReviews(int setId)
Get user reviews for the specified set.
|
List<Reviews> |
BricksetServiceImpl.getReviews(int setId)
Get user reviews for the specified set.
|
List<Set> |
SetsServiceImpl.getSets(SetParameters params)
Retrieve a list of sets, or more information about a particular one.
|
List<Set> |
BricksetServiceImpl.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<Set> |
BricksetServiceImpl.getSets(SetParameters params,
String userHash)
Retrieve a list of sets, or more information about a particular one.
|
List<Subtheme> |
SetsServiceImpl.getSubthemes(String theme)
Get a list of subthemes for a given theme, with the total number of sets in
each.
|
List<Subtheme> |
BricksetServiceImpl.getSubthemes(String theme)
Get a list of subthemes for a given theme, 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<Theme> |
BricksetServiceImpl.getThemes()
Get a list of themes, with the total number of sets in each.
|
List<UserMinifigNotes> |
MinifigCollectionManagementServiceImpl.getUserMinifigNotes(String userHash)
Get all of a user's minifigure notes.
|
List<UserMinifigNotes> |
BricksetServiceImpl.getUserMinifigNotes(String userHash)
Get all of a user's minifigure notes.
|
List<UserNotes> |
SetCollectionManagementServiceImpl.getUserNotes(String userHash)
Get all of a user's set notes.
|
List<UserNotes> |
BricksetServiceImpl.getUserNotes(String userHash)
Get all of a user's set notes.
|
List<Year> |
SetsServiceImpl.getYears(String theme)
Get a list of years for a given theme, with the total number of sets in each.
|
List<Year> |
BricksetServiceImpl.getYears(String theme)
Get a list of years for a given theme, with the total number of sets in each.
|
String |
GeneralServiceImpl.login(String username,
String password)
Log in as a user and retrieve a token that can be used in subsequent API
calls.
|
String |
BricksetServiceImpl.login(String username,
String password)
Log in as a user and retrieve a token that can be used in subsequent API
calls.
|
void |
SetCollectionManagementServiceImpl.setCollection(int setId,
SetCollectionParameters params,
String userHash)
Set a user's collection details.
|
void |
BricksetServiceImpl.setCollection(int setId,
SetCollectionParameters params,
String userHash)
Set a user's collection details.
|
void |
MinifigCollectionManagementServiceImpl.setMinifigCollection(String minifigNumber,
SetMinifigCollectionParameters params,
String userHash)
Add/change a user's 'loose' minifig collection.
|
void |
BricksetServiceImpl.setMinifigCollection(String minifigNumber,
SetMinifigCollectionParameters params,
String userHash)
Add/change a user's 'loose' minifig collection.
|
Copyright © 2020. All rights reserved.