ImportSettings Class

  • java.lang.Object
    • com.azure.resourcemanager.datafactory.models.ImportSettings

Implements

public class ImportSettings
implements JsonSerializable<ImportSettings>

Import command settings.

Constructor Summary

Constructor Description
ImportSettings()

Creates an instance of ImportSettings class.

Method Summary

Modifier and Type Method and Description
Map<String,Object> additionalProperties()

Get the additionalProperties property: Import command settings.

static ImportSettings fromJson(JsonReader jsonReader)

Reads an instance of ImportSettings from the JsonReader.

JsonWriter toJson(JsonWriter jsonWriter)
String type()

Get the type property: The import setting type.

void validate()

Validates the instance.

ImportSettings withAdditionalProperties(Map<String,Object> additionalProperties)

Set the additionalProperties property: Import command settings.

Methods inherited from java.lang.Object

Constructor Details

ImportSettings

public ImportSettings()

Creates an instance of ImportSettings class.

Method Details

additionalProperties

public Map<String,Object> additionalProperties()

Get the additionalProperties property: Import command settings.

Returns:

the additionalProperties value.

fromJson

public static ImportSettings fromJson(JsonReader jsonReader)

Reads an instance of ImportSettings from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

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

Throws:

IOException

- If an error occurs while reading the ImportSettings.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

type

public String type()

Get the type property: The import setting type.

Returns:

the type value.

validate

public void validate()

Validates the instance.

withAdditionalProperties

public ImportSettings withAdditionalProperties(Map<String,Object> additionalProperties)

Set the additionalProperties property: Import command settings.

Parameters:

additionalProperties - the additionalProperties value to set.

Returns:

the ImportSettings object itself.

Applies to