| Package | Description |
|---|---|
| org.dajlab.rebrickableapi.v3.enumeration | |
| org.dajlab.rebrickableapi.v3.service |
| Modifier and Type | Method and Description |
|---|---|
static Method |
Method.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Method[] |
Method.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
protected String |
AbstractRebrickableService.returnJsonResponse(Method method,
String uri)
Call the service and return the response.
|
protected String |
AbstractRebrickableService.returnJsonResponse(Method method,
String uri,
Map<String,String> parameters)
Call the service and return the response.
|
Copyright © 2022. All rights reserved.