public class DataStream extends Object
| Constructor and Description |
|---|
DataStream(String itemType,
String columns,
boolean delete,
List<String> urls) |
DataStream(String itemType,
String columns,
boolean delete,
List<String> urls,
String dataHubType) |
| Modifier and Type | Method and Description |
|---|---|
void |
addUrl(String url) |
String |
getColumns() |
String |
getDataHubType() |
String |
getItemType() |
List<String> |
getUrls() |
boolean |
isDelete() |
void |
setDataHubType(String dataHubType) |
String |
toString() |
Copyright © 2017 SAP SE. All Rights Reserved.