| Package | Description |
|---|---|
| de.samply.common.mdrclient |
The base classes from the MDR RESTful client.
|
| de.samply.common.mdrclient.domain |
MDR domain classes, mapped directly to the JSON that MDR produces.
|
| Modifier and Type | Method and Description |
|---|---|
List<Result> |
MdrClient.filterMembers(List<Result> members,
EnumElementType enumElementType)
Filter members by type.
|
protected String |
MdrClient.getJsonLabel(String memberId,
String languageCode,
EnumElementType enumElementType,
String accessToken,
String userAuthId)
Get the label of an MDR element as JSON string.
|
| Modifier and Type | Method and Description |
|---|---|
static EnumElementType |
EnumElementType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EnumElementType[] |
EnumElementType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2022 Samply Community. All rights reserved.