public static class LoadedSourcesResponse.ResponseBody extends JSONBase
| Modifier and Type | Method and Description |
|---|---|
static LoadedSourcesResponse.ResponseBody |
create(List<Source> sources) |
boolean |
equals(Object obj) |
List<Source> |
getSources()
Set of loaded sources.
|
int |
hashCode() |
LoadedSourcesResponse.ResponseBody |
setSources(List<Source> sources) |
public LoadedSourcesResponse.ResponseBody setSources(List<Source> sources)
public static LoadedSourcesResponse.ResponseBody create(List<Source> sources)