DataFlowFolder Class
- java.
lang. Object - com.
azure. resourcemanager. datafactory. models. DataFlowFolder
- com.
Implements
public final class DataFlowFolder
implements JsonSerializable<DataFlowFolder>
The folder that this data flow is in. If not specified, Data flow will appear at the root level.
Constructor Summary
| Constructor | Description |
|---|---|
| DataFlowFolder() |
Creates an instance of Data |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Data |
fromJson(JsonReader jsonReader)
Reads an instance of Data |
| String |
name()
Get the name property: The name of the folder that this data flow is in. |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
|
Data |
withName(String name)
Set the name property: The name of the folder that this data flow is in. |
Methods inherited from java.lang.Object
Constructor Details
DataFlowFolder
public DataFlowFolder()
Creates an instance of DataFlowFolder class.
Method Details
fromJson
public static DataFlowFolder fromJson(JsonReader jsonReader)
Reads an instance of DataFlowFolder from the JsonReader.
Parameters:
Returns:
Throws:
name
public String name()
Get the name property: The name of the folder that this data flow is in.
Returns:
toJson
validate
public void validate()
Validates the instance.
withName
public DataFlowFolder withName(String name)
Set the name property: The name of the folder that this data flow is in.
Parameters:
Returns: