public class ListingResult<T> extends Object
| Constructor and Description |
|---|
ListingResult(List<T> result,
Metadata metadata) |
| Modifier and Type | Method and Description |
|---|---|
Metadata |
getMetadata() |
List<T> |
getResults() |
void |
setMetadata(Metadata metadata) |
void |
setResults(List<T> result) |
Copyright © 2017–2019 coodoo GmbH. All rights reserved.