public final class DataSource extends Object
| Constructor and Description |
|---|
DataSource() |
| Modifier and Type | Method and Description |
|---|---|
List<NameValuePair> |
dataSourceUri()
Get the dataSourceUri property: Datasource Uri Links.
|
List<String> |
instructions()
Get the instructions property: Instructions if any for the data source.
|
void |
validate()
Validates the instance.
|
DataSource |
withDataSourceUri(List<NameValuePair> dataSourceUri)
Set the dataSourceUri property: Datasource Uri Links.
|
DataSource |
withInstructions(List<String> instructions)
Set the instructions property: Instructions if any for the data source.
|
public List<String> instructions()
public DataSource withInstructions(List<String> instructions)
instructions - the instructions value to set.public List<NameValuePair> dataSourceUri()
public DataSource withDataSourceUri(List<NameValuePair> dataSourceUri)
dataSourceUri - the dataSourceUri value to set.public void validate()
IllegalArgumentException - thrown if the instance is not valid.Copyright © 2021 Microsoft Corporation. All rights reserved.