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.

static DataFlowResourceInner fromJson(JsonReader jsonReader)

Reads an instance of DataFlowResourceInner from the JsonReader.

String name()

Get the name property: The resource name.

DataFlow properties()

Get the properties property: Data flow properties.

JsonWriter toJson(JsonWriter jsonWriter)
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.

fromJson

public static DataFlowResourceInner fromJson(JsonReader jsonReader)

Reads an instance of DataFlowResourceInner from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

An instance of DataFlowResourceInner if the JsonReader was pointing to an instance of it, or null if it was pointing to JSON null.

Throws:

IOException

- If the deserialized JSON object was missing any required properties.

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.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Overrides:

DataFlowResourceInner.toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

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