DataFlowResourceInner Class

public final class DataFlowResourceInner
extends SubResource

Data flow resource type.

Constructor Summary

Constructor Description
DataFlowResourceInner()

Creates an instance of DataFlowResourceInner class.

Method Summary

Modifier and Type Method and Description
String etag()

Get the etag property: Etag identifies change in the resource.

String name()

Get the name property: The resource name.

DataFlow properties()

Get the properties property: Data flow properties.

String type()

Get the type property: The resource type.

void validate()

Validates the instance.

DataFlowResourceInner withId(String id)
DataFlowResourceInner withProperties(DataFlow properties)

Set the properties property: Data flow properties.

Methods inherited from SubResource

Methods inherited from java.lang.Object

Constructor Details

DataFlowResourceInner

public DataFlowResourceInner()

Creates an instance of DataFlowResourceInner class.

Method Details

etag

public String etag()

Get the etag property: Etag identifies change in the resource.

Returns:

the etag value.

name

public String name()

Get the name property: The resource name.

Returns:

the name value.

properties

public DataFlow properties()

Get the properties property: Data flow properties.

Returns:

the properties value.

type

public String type()

Get the type property: The resource type.

Returns:

the type value.

validate

public void validate()

Validates the instance.

withId

public DataFlowResourceInner withId(String id)

Overrides:

DataFlowResourceInner.withId(String id)

Parameters:

id

withProperties

public DataFlowResourceInner withProperties(DataFlow properties)

Set the properties property: Data flow properties.

Parameters:

properties - the properties value to set.

Returns:

the DataFlowResourceInner object itself.

Applies to