public class SetCollectionManagementServiceImpl extends AbstractBricksetService
| Constructor and Description |
|---|
SetCollectionManagementServiceImpl(String apiKey)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
List<UserMinifigNotes> |
getUserMinifigNotes(String userHash)
Get all of a user's minifigure notes.
|
List<UserNotes> |
getUserNotes(String userHash)
Get all of a user's set notes.
|
void |
setCollection(int setId,
SetCollectionParameters params,
String userHash)
Set a user's collection details.
|
returnJsonResponse, returnJsonResponsepublic SetCollectionManagementServiceImpl(String apiKey)
apiKey - api keypublic void setCollection(int setId,
SetCollectionParameters params,
String userHash)
throws BricksetException
setId - Set IDparams - parameters and optionsuserHash - userhashBricksetException - if status is not successpublic List<UserNotes> getUserNotes(String userHash) throws BricksetException
userHash - userhashBricksetException - if status is not successpublic List<UserMinifigNotes> getUserMinifigNotes(String userHash) throws BricksetException
userHash - userhashBricksetException - if status is not successCopyright © 2020. All rights reserved.