GetSsisObjectMetadataRequest Class

  • java.lang.Object
    • com.azure.resourcemanager.synapse.models.GetSsisObjectMetadataRequest

Implements

public final class GetSsisObjectMetadataRequest
implements JsonSerializable<GetSsisObjectMetadataRequest>

The request payload of get SSIS object metadata.

Constructor Summary

Constructor Description
GetSsisObjectMetadataRequest()

Creates an instance of GetSsisObjectMetadataRequest class.

Method Summary

Modifier and Type Method and Description
static GetSsisObjectMetadataRequest fromJson(JsonReader jsonReader)

Reads an instance of GetSsisObjectMetadataRequest from the JsonReader.

String metadataPath()

Get the metadataPath property: Metadata path.

JsonWriter toJson(JsonWriter jsonWriter)
void validate()

Validates the instance.

GetSsisObjectMetadataRequest withMetadataPath(String metadataPath)

Set the metadataPath property: Metadata path.

Methods inherited from java.lang.Object

Constructor Details

GetSsisObjectMetadataRequest

public GetSsisObjectMetadataRequest()

Creates an instance of GetSsisObjectMetadataRequest class.

Method Details

fromJson

public static GetSsisObjectMetadataRequest fromJson(JsonReader jsonReader)

Reads an instance of GetSsisObjectMetadataRequest from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

An instance of GetSsisObjectMetadataRequest 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 GetSsisObjectMetadataRequest.

metadataPath

public String metadataPath()

Get the metadataPath property: Metadata path.

Returns:

the metadataPath value.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

validate

public void validate()

Validates the instance.

withMetadataPath

public GetSsisObjectMetadataRequest withMetadataPath(String metadataPath)

Set the metadataPath property: Metadata path.

Parameters:

metadataPath - the metadataPath value to set.

Returns:

the GetSsisObjectMetadataRequest object itself.

Applies to