public class DatasourceContent
extends java.lang.Object
implements java.io.Serializable
The datasource resource, the content of the data source resource.
That is, the contents of the datasource resource that performs the GET request
| Modifier and Type | Field and Description |
|---|---|
java.util.List<java.lang.String> |
childUriList
The list of sub resource URIs for the atasource resource.
|
DatasourceInfo |
datasourceInfo
Data source information.
|
| Constructor and Description |
|---|
DatasourceContent() |
public DatasourceInfo datasourceInfo
Data source information.
public java.util.List<java.lang.String> childUriList
The list of sub resource URIs for the atasource resource.